Html Css Color HEX #8811BD Dark Violet

📋 copy color: '#8811BD'

red 136 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #8811BD

Tints of Dark Violet #8811BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 39.77%
G = 4.97%
B = 55.26%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8811BD (or 0x8811BD) is known color: Dark Violet. HEX triplet: 88, 11 and BD. RGB value is (136,17,189). Sum of RGB (Red+Green+Blue) = 136+17+189=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #8811BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811BD is #77EE42. Grayscale: #474747. Windows color (decimal): -7859779 or 12390792. OLE color: 12390792.

HSL color Cylindrical-coordinate representation of color #8811BD: hue angle of 281.51º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8811BD is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 17 189 -
CMYK 0.28 0.91 0 0.26
HSL 281.51º 0.83% 0.4% -
HSV(B) 281.51º 0.91% 0.74% -
XYZ 19.54 9.31 48.91 -
YUV 72.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 136 17 189 0.28 0.91 0 0.26 281.51 0.83 0.4
Hex 88 11 BD 1C 5B 0 1A 11A 53 28
Octal 210 21 275 34 133 0 32 432 123 50
Binary 10001000 10001 10111101 11100 1011011 0 11010 100011010 1010011 101000

Color Harmonies of #8811BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8811BD

Black with #8811BD

Text Example


Text Example

White with #8811BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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