Html Css Color HEX #811DAD Vivid Violet

📋 copy color: '#811DAD'

red 129 ◦ green 29 ◦ blue 173

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

Shades of Vivid Violet #811DAD

Tints of Vivid Violet #811DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 38.97%
G = 8.76%
B = 52.27%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#811DAD (or 0x811DAD) is known color: Vivid Violet. HEX triplet: 81, 1D and AD. RGB value is (129,29,173). Sum of RGB (Red+Green+Blue) = 129+29+173=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #811DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811DAD is #7EE252. Grayscale: #4A4A4A. Windows color (decimal): -8315475 or 11345281. OLE color: 11345281.

HSL color Cylindrical-coordinate representation of color #811DAD: hue angle of 281.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811DAD is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 29 173 -
CMYK 0.25 0.83 0 0.32
HSL 281.67º 0.71% 0.4% -
HSV(B) 281.67º 0.83% 0.68% -
XYZ 17.04 8.56 40.29 -
YUV 75.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 129 29 173 0.25 0.83 0 0.32 281.67 0.71 0.4
Hex 81 1D AD 19 53 0 20 11A 47 28
Octal 201 35 255 31 123 0 40 432 107 50
Binary 10000001 11101 10101101 11001 1010011 0 100000 100011010 1000111 101000

Color Harmonies of #811DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DAD

Black with #811DAD

Text Example


Text Example

White with #811DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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