#880DD2

Color #880DD2 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #880DD2

Tints of Dark Violet #880DD2

Color information

#880DD2 (or 0x880DD2) is unknown color: approx Dark Violet. HEX triplet: 88, 0D and D2. RGB value is (136,13,210). Sum of RGB (Red+Green+Blue) = 136+13+210=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #880DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DD2 is #77F22D. Grayscale: #474747. Windows color (decimal): -7860782 or 13766024. OLE color: 13766024.

HSL color Cylindrical-coordinate representation of color #880DD2: hue angle of 277.46º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DD2 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13613210-
CMYK0.350.9400.18
HSL277.46º88.34%43.73%-
HSV(B)277.46º93.81%82.35%-
XYZ21.9310.1861.78-
YUV72.24205.75173.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 13 (5.47% from 255) = 3.62%
BLUE value IS 210 (82.42% from 255) = 58.50%
R=37.88%
G=3.62%
B=58.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136132100.350.9400.18277.4688.3443.73
Hex88DD2235E012115582c
Octal210153224313602242513054
Binary1000100011011101001010001110111100100101000101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #880DD2;
 }
 .AnyTagClassName
 {
   color: #880DD2;
 }
</style>
background-color css

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

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

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

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

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

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