Html Css Color HEX #880DBF Dark Violet

📋 copy color: '#880DBF'

red 136 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #880DBF

Tints of Dark Violet #880DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.82%

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

R = 40%
G = 3.82%
B = 56.18%

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

#880DBF (or 0x880DBF) is known color: Dark Violet. HEX triplet: 88, 0D and BF. RGB value is (136,13,191). Sum of RGB (Red+Green+Blue) = 136+13+191=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #880DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DBF is #77F240. Grayscale: #454545. Windows color (decimal): -7860801 or 12520840. OLE color: 12520840.

HSL color Cylindrical-coordinate representation of color #880DBF: hue angle of 281.46º degrees, saturation: 0.87, 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 #880DBF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 13 191 -
CMYK 0.29 0.93 0 0.25
HSL 281.46º 0.87% 0.4% -
HSV(B) 281.46º 0.93% 0.75% -
XYZ 19.7 9.28 50.04 -
YUV 70.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 136 13 191 0.29 0.93 0 0.25 281.46 0.87 0.4
Hex 88 D BF 1D 5D 0 19 119 57 28
Octal 210 15 277 35 135 0 31 431 127 50
Binary 10001000 1101 10111111 11101 1011101 0 11001 100011001 1010111 101000

Color Harmonies of #880DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DBF

Black with #880DBF

Text Example


Text Example

White with #880DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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