Html Css Color HEX #880EB7 Dark Violet

📋 copy color: '#880EB7'

red 136 ◦ green 14 ◦ blue 183

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

Shades of Dark Violet #880EB7

Tints of Dark Violet #880EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 54.95%

R = 40.84%
G = 4.2%
B = 54.95%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#880EB7 (or 0x880EB7) is known color: Dark Violet. HEX triplet: 88, 0E and B7. RGB value is (136,14,183). Sum of RGB (Red+Green+Blue) = 136+14+183=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #880EB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EB7 is #77F148. Grayscale: #454545. Windows color (decimal): -7860553 or 11996808. OLE color: 11996808.

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

Color convert

RGB 136 14 183 -
CMYK 0.26 0.92 0 0.28
HSL 283.31º 0.86% 0.39% -
HSV(B) 283.31º 0.92% 0.72% -
XYZ 18.86 8.97 45.54 -
YUV 69.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 136 14 183 0.26 0.92 0 0.28 283.31 0.86 0.39
Hex 88 E B7 1A 5C 0 1C 11B 56 27
Octal 210 16 267 32 134 0 34 433 126 47
Binary 10001000 1110 10110111 11010 1011100 0 11100 100011011 1010110 100111

Color Harmonies of #880EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EB7

Black with #880EB7

Text Example


Text Example

White with #880EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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