Html Css Color HEX #823188 Vivid Violet

📋 copy color: '#823188'

red 130 ◦ green 49 ◦ blue 136

#823188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #823188

Tints of Vivid Violet #823188

RGB

 RED value IS 130 (51.17% from 255) = 41.27%

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 41.27%
G = 15.56%
B = 43.17%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#823188 (or 0x823188) is known color: Vivid Violet. HEX triplet: 82, 31 and 88. RGB value is (130,49,136). Sum of RGB (Red+Green+Blue) = 130+49+136=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #823188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823188 is #7DCE77. Grayscale: #525252. Windows color (decimal): -8244856 or 8925570. OLE color: 8925570.

HSL color Cylindrical-coordinate representation of color #823188: hue angle of 295.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823188 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 49 136 -
CMYK 0.04 0.64 0 0.47
HSL 295.86º 0.47% 0.36% -
HSV(B) 295.86º 0.64% 0.53% -
XYZ 14.75 8.72 24.2 -
YUV 83.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 130 49 136 0.04 0.64 0 0.47 295.86 0.47 0.36
Hex 82 31 88 4 40 0 2F 128 2F 24
Octal 202 61 210 4 100 0 57 450 57 44
Binary 10000010 110001 10001000 100 1000000 0 101111 100101000 101111 100100

Color Harmonies of #823188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823188

Black with #823188

Text Example


Text Example

White with #823188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823188; }

 p { color: rgb(130,49,136); }

 H1.HeaderClassName
 {
   color: #823188;
 }
 .AnyTagClassName
 {
   color: #823188;
 }
</style>

background-color css

<style>
 a { background-color: #823188; }

 a { background-color: rgb(130,49,136); }

 div.DivClassName
 {
   background-color: #823188;
 }
 .BgClassName
 {
   background-color: #823188;
 }
</style>

border-color css

<style>
 span { border-color: #823188; }

 span { border-color: rgb(130,49,136); }

 td.TdClassName
 {
   border-color: #823188;
 }
 .TagClassName
 {
   border-color: #823188;
 }
</style>