Html Css Color HEX #870ECD Dark Violet

📋 copy color: '#870ECD'

red 135 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #870ECD

Tints of Dark Violet #870ECD

RGB

 RED value IS 135 (53.13% from 255) = 38.14%

 GREEN value IS 14 (5.86% from 255) = 3.95%

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 38.14%
G = 3.95%
B = 57.91%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#870ECD (or 0x870ECD) is known color: Dark Violet. HEX triplet: 87, 0E and CD. RGB value is (135,14,205). Sum of RGB (Red+Green+Blue) = 135+14+205=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #870ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ECD is #78F132. Grayscale: #474747. Windows color (decimal): -7926067 or 13438599. OLE color: 13438599.

HSL color Cylindrical-coordinate representation of color #870ECD: hue angle of 278.01º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870ECD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 14 205 -
CMYK 0.34 0.93 0 0.20
HSL 278.01º 0.87% 0.43% -
HSV(B) 278.01º 0.93% 0.8% -
XYZ 21.17 9.87 58.55 -
YUV 71.95 203.09 172.97 -
System Red Green Blue C M Y K H S L
Decimal 135 14 205 0.34 0.93 0 0.20 278.01 0.87 0.43
Hex 87 E CD 22 5D 0 14 116 57 2B
Octal 207 16 315 42 135 0 24 426 127 53
Binary 10000111 1110 11001101 100010 1011101 0 10100 100010110 1010111 101011

Color Harmonies of #870ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870ECD

Black with #870ECD

Text Example


Text Example

White with #870ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #870ECD;
 }
 .AnyTagClassName
 {
   color: #870ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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