Html Css Color HEX #870DDB Dark Violet

📋 copy color: '#870DDB'

red 135 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #870DDB

Tints of Dark Violet #870DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 36.78%
G = 3.54%
B = 59.67%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#870DDB (or 0x870DDB) is known color: Dark Violet. HEX triplet: 87, 0D and DB. RGB value is (135,13,219). Sum of RGB (Red+Green+Blue) = 135+13+219=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #870DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DDB is #78F224. Grayscale: #484848. Windows color (decimal): -7926309 or 14355847. OLE color: 14355847.

HSL color Cylindrical-coordinate representation of color #870DDB: hue angle of 275.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DDB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 13 219 -
CMYK 0.38 0.94 0 0.14
HSL 275.53º 0.89% 0.45% -
HSV(B) 275.53º 0.94% 0.86% -
XYZ 22.92 10.55 67.85 -
YUV 72.96 210.42 172.25 -
System Red Green Blue C M Y K H S L
Decimal 135 13 219 0.38 0.94 0 0.14 275.53 0.89 0.45
Hex 87 D DB 26 5E 0 E 114 59 2D
Octal 207 15 333 46 136 0 16 424 131 55
Binary 10000111 1101 11011011 100110 1011110 0 1110 100010100 1011001 101101

Color Harmonies of #870DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870DDB

Black with #870DDB

Text Example


Text Example

White with #870DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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