Html Css Color HEX #880EBF Dark Violet

📋 copy color: '#880EBF'

red 136 ◦ green 14 ◦ blue 191

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

Shades of Dark Violet #880EBF

Tints of Dark Violet #880EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.01%

R = 39.88%
G = 4.11%
B = 56.01%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#880EBF (or 0x880EBF) is known color: Dark Violet. HEX triplet: 88, 0E and BF. RGB value is (136,14,191). Sum of RGB (Red+Green+Blue) = 136+14+191=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #880EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EBF is #77F140. Grayscale: #464646. Windows color (decimal): -7860545 or 12521096. OLE color: 12521096.

HSL color Cylindrical-coordinate representation of color #880EBF: hue angle of 281.36º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EBF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 14 191 -
CMYK 0.29 0.93 0 0.25
HSL 281.36º 0.86% 0.4% -
HSV(B) 281.36º 0.93% 0.75% -
XYZ 19.71 9.31 50.05 -
YUV 70.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 136 14 191 0.29 0.93 0 0.25 281.36 0.86 0.4
Hex 88 E BF 1D 5D 0 19 119 56 28
Octal 210 16 277 35 135 0 31 431 126 50
Binary 10001000 1110 10111111 11101 1011101 0 11001 100011001 1010110 101000

Color Harmonies of #880EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EBF

Black with #880EBF

Text Example


Text Example

White with #880EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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