Html Css Color HEX #870DBF Dark Violet

📋 copy color: '#870DBF'

red 135 ◦ green 13 ◦ blue 191

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

Shades of Dark Violet #870DBF

Tints of Dark Violet #870DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.34%

R = 39.82%
G = 3.83%
B = 56.34%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#870DBF (or 0x870DBF) is known color: Dark Violet. HEX triplet: 87, 0D and BF. RGB value is (135,13,191). Sum of RGB (Red+Green+Blue) = 135+13+191=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #870DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DBF is #78F240. Grayscale: #454545. Windows color (decimal): -7926337 or 12520839. OLE color: 12520839.

HSL color Cylindrical-coordinate representation of color #870DBF: hue angle of 281.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870DBF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 13 191 -
CMYK 0.29 0.93 0 0.25
HSL 281.12º 0.87% 0.4% -
HSV(B) 281.12º 0.93% 0.75% -
XYZ 19.54 9.2 50.04 -
YUV 69.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 135 13 191 0.29 0.93 0 0.25 281.12 0.87 0.4
Hex 87 D BF 1D 5D 0 19 119 57 28
Octal 207 15 277 35 135 0 31 431 127 50
Binary 10000111 1101 10111111 11101 1011101 0 11001 100011001 1010111 101000

Color Harmonies of #870DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DBF

Black with #870DBF

Text Example


Text Example

White with #870DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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