Html Css Color HEX #880EB9 Dark Violet

📋 copy color: '#880EB9'

red 136 ◦ green 14 ◦ blue 185

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

Shades of Dark Violet #880EB9

Tints of Dark Violet #880EB9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.18%

 BLUE value IS 185 (72.66% from 255) = 55.22%

R = 40.6%
G = 4.18%
B = 55.22%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#880EB9 (or 0x880EB9) is known color: Dark Violet. HEX triplet: 88, 0E and B9. RGB value is (136,14,185). Sum of RGB (Red+Green+Blue) = 136+14+185=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #880EB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EB9 is #77F146. Grayscale: #454545. Windows color (decimal): -7860551 or 12127880. OLE color: 12127880.

HSL color Cylindrical-coordinate representation of color #880EB9: hue angle of 282.81º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880EB9 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 14 185 -
CMYK 0.26 0.92 0 0.27
HSL 282.81º 0.86% 0.39% -
HSV(B) 282.81º 0.92% 0.73% -
XYZ 19.07 9.05 46.64 -
YUV 69.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 136 14 185 0.26 0.92 0 0.27 282.81 0.86 0.39
Hex 88 E B9 1A 5C 0 1B 11B 56 27
Octal 210 16 271 32 134 0 33 433 126 47
Binary 10001000 1110 10111001 11010 1011100 0 11011 100011011 1010110 100111

Color Harmonies of #880EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EB9

Black with #880EB9

Text Example


Text Example

White with #880EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,14,185); }

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

background-color css

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

 a { background-color: rgb(136,14,185); }

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

border-color css

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

 span { border-color: rgb(136,14,185); }

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