#870DCA

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

Shades of Dark Violet #870DCA

Tints of Dark Violet #870DCA

Color information

#870DCA (or 0x870DCA) is unknown color: approx Dark Violet. HEX triplet: 87, 0D and CA. RGB value is (135,13,202). Sum of RGB (Red+Green+Blue) = 135+13+202=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #870DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DCA is #78F235. Grayscale: #464646. Windows color (decimal): -7926326 or 13241735. OLE color: 13241735.

HSL color Cylindrical-coordinate representation of color #870DCA: hue angle of 278.73º 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 #870DCA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13513202-
CMYK0.330.9400.21
HSL278.73º87.91%42.16%-
HSV(B)278.73º93.56%79.22%-
XYZ20.89.756.65-
YUV71.02201.92173.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 13 (5.47% from 255) = 3.71%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=38.57%
G=3.71%
B=57.71%

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
Decimal135132020.330.9400.21278.7387.9142.16
Hex87DCA215E015117582a
Octal207153124113602542713052
Binary1000011111011100101010000110111100101011000101111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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