Html Css Color HEX #870BDB Dark Violet

📋 copy color: '#870BDB'

red 135 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #870BDB

Tints of Dark Violet #870BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

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

R = 36.99%
G = 3.01%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#870BDB (or 0x870BDB) is known color: Dark Violet. HEX triplet: 87, 0B and DB. RGB value is (135,11,219). Sum of RGB (Red+Green+Blue) = 135+11+219=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #870BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BDB is #78F424. Grayscale: #474747. Windows color (decimal): -7926821 or 14355335. OLE color: 14355335.

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

Color convert

RGB 135 11 219 -
CMYK 0.38 0.95 0 0.14
HSL 275.77º 0.9% 0.45% -
HSV(B) 275.77º 0.95% 0.86% -
XYZ 22.9 10.5 67.84 -
YUV 71.79 211.08 173.09 -
System Red Green Blue C M Y K H S L
Decimal 135 11 219 0.38 0.95 0 0.14 275.77 0.9 0.45
Hex 87 B DB 26 5F 0 E 114 5A 2D
Octal 207 13 333 46 137 0 16 424 132 55
Binary 10000111 1011 11011011 100110 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #870BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870BDB

Black with #870BDB

Text Example


Text Example

White with #870BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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