Html Css Color HEX #860ACD Dark Violet

📋 copy color: '#860ACD'

red 134 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #860ACD

Tints of Dark Violet #860ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 38.4%
G = 2.87%
B = 58.74%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#860ACD (or 0x860ACD) is known color: Dark Violet. HEX triplet: 86, 0A and CD. RGB value is (134,10,205). Sum of RGB (Red+Green+Blue) = 134+10+205=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #860ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ACD is #79F532. Grayscale: #444444. Windows color (decimal): -7992627 or 13437574. OLE color: 13437574.

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

Color convert

RGB 134 10 205 -
CMYK 0.35 0.95 0 0.20
HSL 278.15º 0.91% 0.42% -
HSV(B) 278.15º 0.95% 0.8% -
XYZ 20.96 9.69 58.52 -
YUV 69.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 134 10 205 0.35 0.95 0 0.20 278.15 0.91 0.42
Hex 86 A CD 23 5F 0 14 116 5B 2A
Octal 206 12 315 43 137 0 24 426 133 52
Binary 10000110 1010 11001101 100011 1011111 0 10100 100010110 1011011 101010

Color Harmonies of #860ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860ACD

Black with #860ACD

Text Example


Text Example

White with #860ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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