#880DCA

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

Shades of Dark Violet #880DCA

Tints of Dark Violet #880DCA

Color information

#880DCA (or 0x880DCA) is unknown color: approx Dark Violet. HEX triplet: 88, 0D and CA. RGB value is (136,13,202). Sum of RGB (Red+Green+Blue) = 136+13+202=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #880DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DCA is #77F235. Grayscale: #464646. Windows color (decimal): -7860790 or 13241736. OLE color: 13241736.

HSL color Cylindrical-coordinate representation of color #880DCA: hue angle of 279.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DCA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13613202-
CMYK0.330.9400.21
HSL279.05º87.91%42.16%-
HSV(B)279.05º93.56%79.22%-
XYZ20.969.7956.66-
YUV71.32201.75174.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 13 (5.47% from 255) = 3.70%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=38.75%
G=3.70%
B=57.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136132020.330.9400.21279.0587.9142.16
Hex88DCA215E015117582a
Octal210153124113602542713052
Binary1000100011011100101010000110111100101011000101111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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