Html Css Color HEX #811DAA Vivid Violet

📋 copy color: '#811DAA'

red 129 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #811DAA

Tints of Vivid Violet #811DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.84%

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 39.33%
G = 8.84%
B = 51.83%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#811DAA (or 0x811DAA) is known color: Vivid Violet. HEX triplet: 81, 1D and AA. RGB value is (129,29,170). Sum of RGB (Red+Green+Blue) = 129+29+170=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #811DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811DAA is #7EE255. Grayscale: #4A4A4A. Windows color (decimal): -8315478 or 11148673. OLE color: 11148673.

HSL color Cylindrical-coordinate representation of color #811DAA: hue angle of 282.55º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811DAA is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 29 170 -
CMYK 0.24 0.83 0 0.33
HSL 282.55º 0.71% 0.39% -
HSV(B) 282.55º 0.83% 0.67% -
XYZ 16.75 8.45 38.78 -
YUV 74.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 129 29 170 0.24 0.83 0 0.33 282.55 0.71 0.39
Hex 81 1D AA 18 53 0 21 11B 47 27
Octal 201 35 252 30 123 0 41 433 107 47
Binary 10000001 11101 10101010 11000 1010011 0 100001 100011011 1000111 100111

Color Harmonies of #811DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DAA

Black with #811DAA

Text Example


Text Example

White with #811DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811DAA; }

 p { color: rgb(129,29,170); }

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

background-color css

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

 a { background-color: rgb(129,29,170); }

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

border-color css

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

 span { border-color: rgb(129,29,170); }

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