Html Css Color HEX #860ADE Dark Violet

📋 copy color: '#860ADE'

red 134 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #860ADE

Tints of Dark Violet #860ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 36.61%
G = 2.73%
B = 60.66%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#860ADE (or 0x860ADE) is known color: Dark Violet. HEX triplet: 86, 0A and DE. RGB value is (134,10,222). Sum of RGB (Red+Green+Blue) = 134+10+222=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #860ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ADE is #79F521. Grayscale: #464646. Windows color (decimal): -7992610 or 14551686. OLE color: 14551686.

HSL color Cylindrical-coordinate representation of color #860ADE: hue angle of 275.09º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ADE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 10 222 -
CMYK 0.40 0.95 0 0.13
HSL 275.09º 0.91% 0.45% -
HSV(B) 275.09º 0.95% 0.87% -
XYZ 23.12 10.56 69.93 -
YUV 71.24 213.08 172.76 -
System Red Green Blue C M Y K H S L
Decimal 134 10 222 0.40 0.95 0 0.13 275.09 0.91 0.45
Hex 86 A DE 28 5F 0 D 113 5B 2D
Octal 206 12 336 50 137 0 15 423 133 55
Binary 10000110 1010 11011110 101000 1011111 0 1101 100010011 1011011 101101

Color Harmonies of #860ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860ADE

Black with #860ADE

Text Example


Text Example

White with #860ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,10,222); }

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

background-color css

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

 a { background-color: rgb(134,10,222); }

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

border-color css

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

 span { border-color: rgb(134,10,222); }

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