Html Css Color HEX #870EC2 Dark Violet

📋 copy color: '#870EC2'

red 135 ◦ green 14 ◦ blue 194

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

Shades of Dark Violet #870EC2

Tints of Dark Violet #870EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 56.56%

R = 39.36%
G = 4.08%
B = 56.56%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#870EC2 (or 0x870EC2) is known color: Dark Violet. HEX triplet: 87, 0E and C2. RGB value is (135,14,194). Sum of RGB (Red+Green+Blue) = 135+14+194=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #870EC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EC2 is #78F13D. Grayscale: #464646. Windows color (decimal): -7926078 or 12717703. OLE color: 12717703.

HSL color Cylindrical-coordinate representation of color #870EC2: hue angle of 280.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870EC2 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 14 194 -
CMYK 0.30 0.93 0 0.24
HSL 280.33º 0.87% 0.41% -
HSV(B) 280.33º 0.93% 0.76% -
XYZ 19.89 9.36 51.8 -
YUV 70.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 135 14 194 0.30 0.93 0 0.24 280.33 0.87 0.41
Hex 87 E C2 1E 5D 0 18 118 57 29
Octal 207 16 302 36 135 0 30 430 127 51
Binary 10000111 1110 11000010 11110 1011101 0 11000 100011000 1010111 101001

Color Harmonies of #870EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870EC2

Black with #870EC2

Text Example


Text Example

White with #870EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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