Html Css Color HEX #812496 Vivid Violet

📋 copy color: '#812496'

red 129 ◦ green 36 ◦ blue 150

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

Shades of Vivid Violet #812496

Tints of Vivid Violet #812496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 40.95%
G = 11.43%
B = 47.62%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#812496 (or 0x812496) is known color: Vivid Violet. HEX triplet: 81, 24 and 96. RGB value is (129,36,150). Sum of RGB (Red+Green+Blue) = 129+36+150=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #812496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812496 is #7EDB69. Grayscale: #4C4C4C. Windows color (decimal): -8313706 or 9839745. OLE color: 9839745.

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

Color convert

RGB 129 36 150 -
CMYK 0.14 0.76 0 0.41
HSL 288.95º 0.61% 0.36% -
HSV(B) 288.95º 0.76% 0.59% -
XYZ 15.19 8.13 29.62 -
YUV 76.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 129 36 150 0.14 0.76 0 0.41 288.95 0.61 0.36
Hex 81 24 96 E 4C 0 29 121 3D 24
Octal 201 44 226 16 114 0 51 441 75 44
Binary 10000001 100100 10010110 1110 1001100 0 101001 100100001 111101 100100

Color Harmonies of #812496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812496

Black with #812496

Text Example


Text Example

White with #812496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812496; }

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

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

background-color css

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

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

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

border-color css

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

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

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