Html Css Color HEX #812090 Vivid Violet

📋 copy color: '#812090'

red 129 ◦ green 32 ◦ blue 144

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

Shades of Vivid Violet #812090

Tints of Vivid Violet #812090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 42.3%
G = 10.49%
B = 47.21%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#812090 (or 0x812090) is known color: Vivid Violet. HEX triplet: 81, 20 and 90. RGB value is (129,32,144). Sum of RGB (Red+Green+Blue) = 129+32+144=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #812090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812090 is #7EDF6F. Grayscale: #494949. Windows color (decimal): -8314736 or 9445505. OLE color: 9445505.

HSL color Cylindrical-coordinate representation of color #812090: hue angle of 291.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812090 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 32 144 -
CMYK 0.10 0.78 0 0.44
HSL 291.96º 0.64% 0.35% -
HSV(B) 291.96º 0.78% 0.56% -
XYZ 14.6 7.71 27.1 -
YUV 73.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 129 32 144 0.10 0.78 0 0.44 291.96 0.64 0.35
Hex 81 20 90 A 4E 0 2C 124 40 23
Octal 201 40 220 12 116 0 54 444 100 43
Binary 10000001 100000 10010000 1010 1001110 0 101100 100100100 1000000 100011

Color Harmonies of #812090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812090

Black with #812090

Text Example


Text Example

White with #812090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812090; }

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

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

background-color css

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

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

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

border-color css

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

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

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