Html Css Color HEX #8111BB Dark Violet

📋 copy color: '#8111BB'

red 129 ◦ green 17 ◦ blue 187

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

Shades of Dark Violet #8111BB

Tints of Dark Violet #8111BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 38.74%
G = 5.11%
B = 56.16%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8111BB (or 0x8111BB) is known color: Dark Violet. HEX triplet: 81, 11 and BB. RGB value is (129,17,187). Sum of RGB (Red+Green+Blue) = 129+17+187=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #8111BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111BB is #7EEE44. Grayscale: #454545. Windows color (decimal): -8318533 or 12259713. OLE color: 12259713.

HSL color Cylindrical-coordinate representation of color #8111BB: hue angle of 279.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8111BB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 17 187 -
CMYK 0.31 0.91 0 0.27
HSL 279.53º 0.83% 0.4% -
HSV(B) 279.53º 0.91% 0.73% -
XYZ 18.22 8.66 47.72 -
YUV 69.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 129 17 187 0.31 0.91 0 0.27 279.53 0.83 0.4
Hex 81 11 BB 1F 5B 0 1B 118 53 28
Octal 201 21 273 37 133 0 33 430 123 50
Binary 10000001 10001 10111011 11111 1011011 0 11011 100011000 1010011 101000

Color Harmonies of #8111BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111BB

Black with #8111BB

Text Example


Text Example

White with #8111BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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