Html Css Color HEX #880EBB Dark Violet

📋 copy color: '#880EBB'

red 136 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #880EBB

Tints of Dark Violet #880EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 40.36%
G = 4.15%
B = 55.49%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#880EBB (or 0x880EBB) is known color: Dark Violet. HEX triplet: 88, 0E and BB. RGB value is (136,14,187). Sum of RGB (Red+Green+Blue) = 136+14+187=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #880EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EBB is #77F144. Grayscale: #454545. Windows color (decimal): -7860549 or 12258952. OLE color: 12258952.

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

Color convert

RGB 136 14 187 -
CMYK 0.27 0.93 0 0.27
HSL 282.31º 0.86% 0.39% -
HSV(B) 282.31º 0.93% 0.73% -
XYZ 19.28 9.14 47.76 -
YUV 70.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 136 14 187 0.27 0.93 0 0.27 282.31 0.86 0.39
Hex 88 E BB 1B 5D 0 1B 11A 56 27
Octal 210 16 273 33 135 0 33 432 126 47
Binary 10001000 1110 10111011 11011 1011101 0 11011 100011010 1010110 100111

Color Harmonies of #880EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EBB

Black with #880EBB

Text Example


Text Example

White with #880EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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