Html Css Color HEX #812099 Vivid Violet

📋 copy color: '#812099'

red 129 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #812099

Tints of Vivid Violet #812099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 41.08%
G = 10.19%
B = 48.73%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#812099 (or 0x812099) is known color: Vivid Violet. HEX triplet: 81, 20 and 99. RGB value is (129,32,153). Sum of RGB (Red+Green+Blue) = 129+32+153=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #812099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812099 is #7EDF66. Grayscale: #4A4A4A. Windows color (decimal): -8314727 or 10035329. OLE color: 10035329.

HSL color Cylindrical-coordinate representation of color #812099: hue angle of 288.1º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812099 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 32 153 -
CMYK 0.16 0.79 0 0.4
HSL 288.1º 0.65% 0.36% -
HSV(B) 288.1º 0.79% 0.6% -
XYZ 15.32 8 30.87 -
YUV 74.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 129 32 153 0.16 0.79 0 0.4 288.1 0.65 0.36
Hex 81 20 99 10 4F 0 28 120 41 24
Octal 201 40 231 20 117 0 50 440 101 44
Binary 10000001 100000 10011001 10000 1001111 0 101000 100100000 1000001 100100

Color Harmonies of #812099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812099

Black with #812099

Text Example


Text Example

White with #812099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812099; }

 p { color: rgb(129,32,153); }

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

background-color css

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

 a { background-color: rgb(129,32,153); }

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

border-color css

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

 span { border-color: rgb(129,32,153); }

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