Html Css Color HEX #880CB8 Dark Violet

📋 copy color: '#880CB8'

red 136 ◦ green 12 ◦ blue 184

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

Shades of Dark Violet #880CB8

Tints of Dark Violet #880CB8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

 BLUE value IS 184 (72.27% from 255) = 55.42%

R = 40.96%
G = 3.61%
B = 55.42%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#880CB8 (or 0x880CB8) is known color: Dark Violet. HEX triplet: 88, 0C and B8. RGB value is (136,12,184). Sum of RGB (Red+Green+Blue) = 136+12+184=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #880CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CB8 is #77F347. Grayscale: #444444. Windows color (decimal): -7861064 or 12061832. OLE color: 12061832.

HSL color Cylindrical-coordinate representation of color #880CB8: hue angle of 283.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880CB8 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 12 184 -
CMYK 0.26 0.93 0 0.28
HSL 283.26º 0.88% 0.38% -
HSV(B) 283.26º 0.93% 0.72% -
XYZ 18.94 8.96 46.08 -
YUV 68.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 136 12 184 0.26 0.93 0 0.28 283.26 0.88 0.38
Hex 88 C B8 1A 5D 0 1C 11B 58 26
Octal 210 14 270 32 135 0 34 433 130 46
Binary 10001000 1100 10111000 11010 1011101 0 11100 100011011 1011000 100110

Color Harmonies of #880CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CB8

Black with #880CB8

Text Example


Text Example

White with #880CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880CB8; }

 p { color: rgb(136,12,184); }

 H1.HeaderClassName
 {
   color: #880CB8;
 }
 .AnyTagClassName
 {
   color: #880CB8;
 }
</style>

background-color css

<style>
 a { background-color: #880CB8; }

 a { background-color: rgb(136,12,184); }

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

border-color css

<style>
 span { border-color: #880CB8; }

 span { border-color: rgb(136,12,184); }

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