Html Css Color HEX #870EDF Dark Violet

📋 copy color: '#870EDF'

red 135 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #870EDF

Tints of Dark Violet #870EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 36.29%
G = 3.76%
B = 59.95%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#870EDF (or 0x870EDF) is known color: Dark Violet. HEX triplet: 87, 0E and DF. RGB value is (135,14,223). Sum of RGB (Red+Green+Blue) = 135+14+223=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #870EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EDF is #78F120. Grayscale: #494949. Windows color (decimal): -7926049 or 14618247. OLE color: 14618247.

HSL color Cylindrical-coordinate representation of color #870EDF: hue angle of 274.74º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870EDF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 14 223 -
CMYK 0.39 0.94 0 0.13
HSL 274.74º 0.88% 0.46% -
HSV(B) 274.74º 0.94% 0.87% -
XYZ 23.47 10.79 70.66 -
YUV 74.01 212.09 171.51 -
System Red Green Blue C M Y K H S L
Decimal 135 14 223 0.39 0.94 0 0.13 274.74 0.88 0.46
Hex 87 E DF 27 5E 0 D 113 58 2E
Octal 207 16 337 47 136 0 15 423 130 56
Binary 10000111 1110 11011111 100111 1011110 0 1101 100010011 1011000 101110

Color Harmonies of #870EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EDF

Black with #870EDF

Text Example


Text Example

White with #870EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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