#860CAF

Color #860CAF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #860CAF

Tints of Dark Violet #860CAF

Color information

#860CAF (or 0x860CAF) is unknown color: approx Dark Violet. HEX triplet: 86, 0C and AF. RGB value is (134,12,175). Sum of RGB (Red+Green+Blue) = 134+12+175=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #860CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860CAF is #79F350. Grayscale: #424242. Windows color (decimal): -7992145 or 11472006. OLE color: 11472006.

HSL color Cylindrical-coordinate representation of color #860CAF: hue angle of 284.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860CAF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13412175-
CMYK0.230.9300.31
HSL284.91º87.17%36.67%-
HSV(B)284.91º93.14%68.63%-
XYZ17.78.4341.25-
YUV67.06188.92175.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 12 (5.08% from 255) = 3.74%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=41.74%
G=3.74%
B=54.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134121750.230.9300.31284.9187.1736.67
Hex86CAF175D01F11d5725
Octal206142572713503743512745
Binary100001101100101011111011110111010111111000111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,12,175); }

 H1.HeaderClassName
 {
   color: #860CAF;
 }
 .AnyTagClassName
 {
   color: #860CAF;
 }
</style>
background-color css

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

 a { background-color: rgb(134,12,175); }

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

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

 span { border-color: rgb(134,12,175); }

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