Html Css Color HEX #860ACE Dark Violet

📋 copy color: '#860ACE'

red 134 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #860ACE

Tints of Dark Violet #860ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 38.29%
G = 2.86%
B = 58.86%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#860ACE (or 0x860ACE) is known color: Dark Violet. HEX triplet: 86, 0A and CE. RGB value is (134,10,206). Sum of RGB (Red+Green+Blue) = 134+10+206=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #860ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ACE is #79F531. Grayscale: #444444. Windows color (decimal): -7992626 or 13503110. OLE color: 13503110.

HSL color Cylindrical-coordinate representation of color #860ACE: hue angle of 277.96º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ACE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 10 206 -
CMYK 0.35 0.95 0 0.19
HSL 277.96º 0.91% 0.42% -
HSV(B) 277.96º 0.95% 0.81% -
XYZ 21.08 9.74 59.16 -
YUV 69.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 134 10 206 0.35 0.95 0 0.19 277.96 0.91 0.42
Hex 86 A CE 23 5F 0 13 116 5B 2A
Octal 206 12 316 43 137 0 23 426 133 52
Binary 10000110 1010 11001110 100011 1011111 0 10011 100010110 1011011 101010

Color Harmonies of #860ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860ACE

Black with #860ACE

Text Example


Text Example

White with #860ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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