Html Css Color HEX #870ECB Dark Violet

📋 copy color: '#870ECB'

red 135 ◦ green 14 ◦ blue 203

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

Shades of Dark Violet #870ECB

Tints of Dark Violet #870ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 38.35%
G = 3.98%
B = 57.67%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#870ECB (or 0x870ECB) is known color: Dark Violet. HEX triplet: 87, 0E and CB. RGB value is (135,14,203). Sum of RGB (Red+Green+Blue) = 135+14+203=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #870ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ECB is #78F134. Grayscale: #474747. Windows color (decimal): -7926069 or 13307527. OLE color: 13307527.

HSL color Cylindrical-coordinate representation of color #870ECB: hue angle of 278.41º 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 #870ECB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 14 203 -
CMYK 0.33 0.93 0 0.20
HSL 278.41º 0.87% 0.43% -
HSV(B) 278.41º 0.93% 0.8% -
XYZ 20.93 9.78 57.28 -
YUV 71.73 202.09 173.13 -
System Red Green Blue C M Y K H S L
Decimal 135 14 203 0.33 0.93 0 0.20 278.41 0.87 0.43
Hex 87 E CB 21 5D 0 14 116 57 2B
Octal 207 16 313 41 135 0 24 426 127 53
Binary 10000111 1110 11001011 100001 1011101 0 10100 100010110 1010111 101011

Color Harmonies of #870ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870ECB

Black with #870ECB

Text Example


Text Example

White with #870ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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