Html Css Color HEX #880DB6 Dark Violet

📋 copy color: '#880DB6'

red 136 ◦ green 13 ◦ blue 182

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

Shades of Dark Violet #880DB6

Tints of Dark Violet #880DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.98%

R = 41.09%
G = 3.93%
B = 54.98%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#880DB6 (or 0x880DB6) is known color: Dark Violet. HEX triplet: 88, 0D and B6. RGB value is (136,13,182). Sum of RGB (Red+Green+Blue) = 136+13+182=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #880DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DB6 is #77F249. Grayscale: #444444. Windows color (decimal): -7860810 or 11931016. OLE color: 11931016.

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

Color convert

RGB 136 13 182 -
CMYK 0.25 0.93 0 0.29
HSL 283.67º 0.87% 0.38% -
HSV(B) 283.67º 0.93% 0.71% -
XYZ 18.74 8.9 44.99 -
YUV 69.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 136 13 182 0.25 0.93 0 0.29 283.67 0.87 0.38
Hex 88 D B6 19 5D 0 1D 11C 57 26
Octal 210 15 266 31 135 0 35 434 127 46
Binary 10001000 1101 10110110 11001 1011101 0 11101 100011100 1010111 100110

Color Harmonies of #880DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DB6

Black with #880DB6

Text Example


Text Example

White with #880DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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