Html Css Color HEX #812596 Vivid Violet

📋 copy color: '#812596'

red 129 ◦ green 37 ◦ blue 150

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

Shades of Vivid Violet #812596

Tints of Vivid Violet #812596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 40.82%
G = 11.71%
B = 47.47%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#812596 (or 0x812596) is known color: Vivid Violet. HEX triplet: 81, 25 and 96. RGB value is (129,37,150). Sum of RGB (Red+Green+Blue) = 129+37+150=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #812596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812596 is #7EDA69. Grayscale: #4D4D4D. Windows color (decimal): -8313450 or 9840001. OLE color: 9840001.

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

Color convert

RGB 129 37 150 -
CMYK 0.14 0.75 0 0.41
HSL 288.85º 0.6% 0.37% -
HSV(B) 288.85º 0.75% 0.59% -
XYZ 15.22 8.19 29.63 -
YUV 77.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 129 37 150 0.14 0.75 0 0.41 288.85 0.6 0.37
Hex 81 25 96 E 4B 0 29 121 3C 25
Octal 201 45 226 16 113 0 51 441 74 45
Binary 10000001 100101 10010110 1110 1001011 0 101001 100100001 111100 100101

Color Harmonies of #812596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812596

Black with #812596

Text Example


Text Example

White with #812596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812596; }

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

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

background-color css

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

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

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

border-color css

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

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

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