Html Css Color HEX #8111AD Dark Violet

📋 copy color: '#8111AD'

red 129 ◦ green 17 ◦ blue 173

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

Shades of Dark Violet #8111AD

Tints of Dark Violet #8111AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

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

R = 40.44%
G = 5.33%
B = 54.23%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8111AD (or 0x8111AD) is known color: Dark Violet. HEX triplet: 81, 11 and AD. RGB value is (129,17,173). Sum of RGB (Red+Green+Blue) = 129+17+173=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #8111AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8111AD is #7EEE52. Grayscale: #434343. Windows color (decimal): -8318547 or 11342209. OLE color: 11342209.

HSL color Cylindrical-coordinate representation of color #8111AD: hue angle of 283.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8111AD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 17 173 -
CMYK 0.25 0.90 0 0.32
HSL 283.08º 0.82% 0.37% -
HSV(B) 283.08º 0.9% 0.68% -
XYZ 16.8 8.09 40.21 -
YUV 68.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 129 17 173 0.25 0.90 0 0.32 283.08 0.82 0.37
Hex 81 11 AD 19 5A 0 20 11B 52 25
Octal 201 21 255 31 132 0 40 433 122 45
Binary 10000001 10001 10101101 11001 1011010 0 100000 100011011 1010010 100101

Color Harmonies of #8111AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111AD

Black with #8111AD

Text Example


Text Example

White with #8111AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8111AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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