Html Css Color HEX #812990 Vivid Violet

📋 copy color: '#812990'

red 129 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #812990

Tints of Vivid Violet #812990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 41.08%
G = 13.06%
B = 45.86%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#812990 (or 0x812990) is known color: Vivid Violet. HEX triplet: 81, 29 and 90. RGB value is (129,41,144). Sum of RGB (Red+Green+Blue) = 129+41+144=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #812990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812990 is #7ED66F. Grayscale: #4E4E4E. Windows color (decimal): -8312432 or 9447809. OLE color: 9447809.

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

Color convert

RGB 129 41 144 -
CMYK 0.10 0.72 0 0.44
HSL 291.26º 0.56% 0.36% -
HSV(B) 291.26º 0.72% 0.56% -
XYZ 14.88 8.27 27.2 -
YUV 79.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 129 41 144 0.10 0.72 0 0.44 291.26 0.56 0.36
Hex 81 29 90 A 48 0 2C 123 38 24
Octal 201 51 220 12 110 0 54 443 70 44
Binary 10000001 101001 10010000 1010 1001000 0 101100 100100011 111000 100100

Color Harmonies of #812990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812990

Black with #812990

Text Example


Text Example

White with #812990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812990; }

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

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

background-color css

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

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

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

border-color css

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

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

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