Html Css Color HEX #860FDB Dark Violet

📋 copy color: '#860FDB'

red 134 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #860FDB

Tints of Dark Violet #860FDB

RGB

 RED value IS 134 (52.73% from 255) = 36.41%

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 36.41%
G = 4.08%
B = 59.51%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#860FDB (or 0x860FDB) is known color: Dark Violet. HEX triplet: 86, 0F and DB. RGB value is (134,15,219). Sum of RGB (Red+Green+Blue) = 134+15+219=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #860FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860FDB is #79F024. Grayscale: #494949. Windows color (decimal): -7991333 or 14356358. OLE color: 14356358.

HSL color Cylindrical-coordinate representation of color #860FDB: hue angle of 275º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860FDB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 15 219 -
CMYK 0.39 0.93 0 0.14
HSL 275º 0.87% 0.46% -
HSV(B) 275º 0.93% 0.86% -
XYZ 22.79 10.52 67.85 -
YUV 73.84 209.92 170.91 -
System Red Green Blue C M Y K H S L
Decimal 134 15 219 0.39 0.93 0 0.14 275 0.87 0.46
Hex 86 F DB 27 5D 0 E 113 57 2E
Octal 206 17 333 47 135 0 16 423 127 56
Binary 10000110 1111 11011011 100111 1011101 0 1110 100010011 1010111 101110

Color Harmonies of #860FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860FDB

Black with #860FDB

Text Example


Text Example

White with #860FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860FDB; }

 p { color: rgb(134,15,219); }

 H1.HeaderClassName
 {
   color: #860FDB;
 }
 .AnyTagClassName
 {
   color: #860FDB;
 }
</style>

background-color css

<style>
 a { background-color: #860FDB; }

 a { background-color: rgb(134,15,219); }

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

border-color css

<style>
 span { border-color: #860FDB; }

 span { border-color: rgb(134,15,219); }

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