Html Css Color HEX #870DCE Dark Violet

📋 copy color: '#870DCE'

red 135 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #870DCE

Tints of Dark Violet #870DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 38.14%
G = 3.67%
B = 58.19%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#870DCE (or 0x870DCE) is known color: Dark Violet. HEX triplet: 87, 0D and CE. RGB value is (135,13,206). Sum of RGB (Red+Green+Blue) = 135+13+206=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #870DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DCE is #78F231. Grayscale: #464646. Windows color (decimal): -7926322 or 13503879. OLE color: 13503879.

HSL color Cylindrical-coordinate representation of color #870DCE: hue angle of 277.93º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DCE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 13 206 -
CMYK 0.34 0.94 0 0.19
HSL 277.93º 0.88% 0.43% -
HSV(B) 277.93º 0.94% 0.81% -
XYZ 21.28 9.89 59.18 -
YUV 71.48 203.92 173.31 -
System Red Green Blue C M Y K H S L
Decimal 135 13 206 0.34 0.94 0 0.19 277.93 0.88 0.43
Hex 87 D CE 22 5E 0 13 116 58 2B
Octal 207 15 316 42 136 0 23 426 130 53
Binary 10000111 1101 11001110 100010 1011110 0 10011 100010110 1011000 101011

Color Harmonies of #870DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DCE

Black with #870DCE

Text Example


Text Example

White with #870DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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