Html Css Color HEX #8111C0 Dark Violet

📋 copy color: '#8111C0'

red 129 ◦ green 17 ◦ blue 192

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

Shades of Dark Violet #8111C0

Tints of Dark Violet #8111C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.8%

R = 38.17%
G = 5.03%
B = 56.8%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8111C0 (or 0x8111C0) is known color: Dark Violet. HEX triplet: 81, 11 and C0. RGB value is (129,17,192). Sum of RGB (Red+Green+Blue) = 129+17+192=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #8111C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111C0 is #7EEE3F. Grayscale: #454545. Windows color (decimal): -8318528 or 12587393. OLE color: 12587393.

HSL color Cylindrical-coordinate representation of color #8111C0: hue angle of 278.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8111C0 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 17 192 -
CMYK 0.33 0.91 0 0.25
HSL 278.4º 0.84% 0.41% -
HSV(B) 278.4º 0.91% 0.75% -
XYZ 18.77 8.87 50.59 -
YUV 70.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 129 17 192 0.33 0.91 0 0.25 278.4 0.84 0.41
Hex 81 11 C0 21 5B 0 19 116 54 29
Octal 201 21 300 41 133 0 31 426 124 51
Binary 10000001 10001 11000000 100001 1011011 0 11001 100010110 1010100 101001

Color Harmonies of #8111C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111C0

Black with #8111C0

Text Example


Text Example

White with #8111C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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