Html Css Color HEX #8809B0 Dark Violet

📋 copy color: '#8809B0'

red 136 ◦ green 9 ◦ blue 176

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

Shades of Dark Violet #8809B0

Tints of Dark Violet #8809B0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 176 (69.14% from 255) = 54.83%

R = 42.37%
G = 2.8%
B = 54.83%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8809B0 (or 0x8809B0) is known color: Dark Violet. HEX triplet: 88, 09 and B0. RGB value is (136,9,176). Sum of RGB (Red+Green+Blue) = 136+9+176=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #8809B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8809B0 is #77F64F. Grayscale: #414141. Windows color (decimal): -7861840 or 11536776. OLE color: 11536776.

HSL color Cylindrical-coordinate representation of color #8809B0: hue angle of 285.63º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8809B0 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 9 176 -
CMYK 0.23 0.95 0 0.31
HSL 285.63º 0.9% 0.36% -
HSV(B) 285.63º 0.95% 0.69% -
XYZ 18.09 8.56 41.77 -
YUV 66.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 136 9 176 0.23 0.95 0 0.31 285.63 0.9 0.36
Hex 88 9 B0 17 5F 0 1F 11E 5A 24
Octal 210 11 260 27 137 0 37 436 132 44
Binary 10001000 1001 10110000 10111 1011111 0 11111 100011110 1011010 100100

Color Harmonies of #8809B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8809B0

Black with #8809B0

Text Example


Text Example

White with #8809B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8809B0; }

 p { color: rgb(136,9,176); }

 H1.HeaderClassName
 {
   color: #8809B0;
 }
 .AnyTagClassName
 {
   color: #8809B0;
 }
</style>

background-color css

<style>
 a { background-color: #8809B0; }

 a { background-color: rgb(136,9,176); }

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

border-color css

<style>
 span { border-color: #8809B0; }

 span { border-color: rgb(136,9,176); }

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