#870ED6

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

Shades of Dark Violet #870ED6

Tints of Dark Violet #870ED6

Color information

#870ED6 (or 0x870ED6) is unknown color: approx Dark Violet. HEX triplet: 87, 0E and D6. RGB value is (135,14,214). Sum of RGB (Red+Green+Blue) = 135+14+214=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #870ED6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ED6 is #78F129. Grayscale: #484848. Windows color (decimal): -7926058 or 14028423. OLE color: 14028423.

HSL color Cylindrical-coordinate representation of color #870ED6: hue angle of 276.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870ED6 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13514214-
CMYK0.370.9300.16
HSL276.3º87.72%44.71%-
HSV(B)276.3º93.46%83.92%-
XYZ22.2910.3264.44-
YUV72.98207.59172.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 14 (5.86% from 255) = 3.86%
BLUE value IS 214 (83.98% from 255) = 58.95%
R=37.19%
G=3.86%
B=58.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal135142140.370.9300.16276.387.7244.71
Hex87ED6255D010114582d
Octal207163264513502042413055
Binary1000011111101101011010010110111010100001000101001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,14,214); }

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

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

 a { background-color: rgb(135,14,214); }

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

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

 span { border-color: rgb(135,14,214); }

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