Html Css Color HEX #8811BA Dark Violet

📋 copy color: '#8811BA'

red 136 ◦ green 17 ◦ blue 186

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

Shades of Dark Violet #8811BA

Tints of Dark Violet #8811BA

RGB

 RED value IS 136 (53.52% from 255) = 40.12%

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 40.12%
G = 5.01%
B = 54.87%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8811BA (or 0x8811BA) is known color: Dark Violet. HEX triplet: 88, 11 and BA. RGB value is (136,17,186). Sum of RGB (Red+Green+Blue) = 136+17+186=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8811BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811BA is #77EE45. Grayscale: #474747. Windows color (decimal): -7859782 or 12194184. OLE color: 12194184.

HSL color Cylindrical-coordinate representation of color #8811BA: hue angle of 282.25º 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 #8811BA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 17 186 -
CMYK 0.27 0.91 0 0.27
HSL 282.25º 0.83% 0.4% -
HSV(B) 282.25º 0.91% 0.73% -
XYZ 19.22 9.18 47.21 -
YUV 71.85 192.42 173.76 -
System Red Green Blue C M Y K H S L
Decimal 136 17 186 0.27 0.91 0 0.27 282.25 0.83 0.4
Hex 88 11 BA 1B 5B 0 1B 11A 53 28
Octal 210 21 272 33 133 0 33 432 123 50
Binary 10001000 10001 10111010 11011 1011011 0 11011 100011010 1010011 101000

Color Harmonies of #8811BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8811BA

Black with #8811BA

Text Example


Text Example

White with #8811BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8811BA; }

 p { color: rgb(136,17,186); }

 H1.HeaderClassName
 {
   color: #8811BA;
 }
 .AnyTagClassName
 {
   color: #8811BA;
 }
</style>

background-color css

<style>
 a { background-color: #8811BA; }

 a { background-color: rgb(136,17,186); }

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

border-color css

<style>
 span { border-color: #8811BA; }

 span { border-color: rgb(136,17,186); }

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