Html Css Color HEX #870DE1 Dark Violet

📋 copy color: '#870DE1'

red 135 ◦ green 13 ◦ blue 225

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

Shades of Dark Violet #870DE1

Tints of Dark Violet #870DE1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 225 (88.28% from 255) = 60.32%

R = 36.19%
G = 3.49%
B = 60.32%

CMYK

 C value IS 0.4

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#870DE1 (or 0x870DE1) is known color: Dark Violet. HEX triplet: 87, 0D and E1. RGB value is (135,13,225). Sum of RGB (Red+Green+Blue) = 135+13+225=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #870DE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DE1 is #78F21E. Grayscale: #484848. Windows color (decimal): -7926303 or 14749063. OLE color: 14749063.

HSL color Cylindrical-coordinate representation of color #870DE1: hue angle of 274.53º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DE1 is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 13 225 -
CMYK 0.4 0.94 0 0.12
HSL 274.53º 0.89% 0.47% -
HSV(B) 274.53º 0.94% 0.88% -
XYZ 23.73 10.87 72.08 -
YUV 73.65 213.42 171.76 -
System Red Green Blue C M Y K H S L
Decimal 135 13 225 0.4 0.94 0 0.12 274.53 0.89 0.47
Hex 87 D E1 28 5E 0 C 113 59 2F
Octal 207 15 341 50 136 0 14 423 131 57
Binary 10000111 1101 11100001 101000 1011110 0 1100 100010011 1011001 101111

Color Harmonies of #870DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DE1

Black with #870DE1

Text Example


Text Example

White with #870DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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