Html Css Color HEX #812396 Vivid Violet

📋 copy color: '#812396'

red 129 ◦ green 35 ◦ blue 150

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

Shades of Vivid Violet #812396

Tints of Vivid Violet #812396

RGB

 RED value IS 129 (50.78% from 255) = 41.08%

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 41.08%
G = 11.15%
B = 47.77%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#812396 (or 0x812396) is known color: Vivid Violet. HEX triplet: 81, 23 and 96. RGB value is (129,35,150). Sum of RGB (Red+Green+Blue) = 129+35+150=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #812396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812396 is #7EDC69. Grayscale: #4B4B4B. Windows color (decimal): -8313962 or 9839489. OLE color: 9839489.

HSL color Cylindrical-coordinate representation of color #812396: hue angle of 289.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812396 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 35 150 -
CMYK 0.14 0.77 0 0.41
HSL 289.04º 0.62% 0.36% -
HSV(B) 289.04º 0.77% 0.59% -
XYZ 15.16 8.07 29.61 -
YUV 76.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 129 35 150 0.14 0.77 0 0.41 289.04 0.62 0.36
Hex 81 23 96 E 4D 0 29 121 3E 24
Octal 201 43 226 16 115 0 51 441 76 44
Binary 10000001 100011 10010110 1110 1001101 0 101001 100100001 111110 100100

Color Harmonies of #812396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812396

Black with #812396

Text Example


Text Example

White with #812396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812396; }

 p { color: rgb(129,35,150); }

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

background-color css

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

 a { background-color: rgb(129,35,150); }

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

border-color css

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

 span { border-color: rgb(129,35,150); }

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