#860ABF

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

Shades of Dark Violet #860ABF

Tints of Dark Violet #860ABF

Color information

#860ABF (or 0x860ABF) is unknown color: approx Dark Violet. HEX triplet: 86, 0A and BF. RGB value is (134,10,191). Sum of RGB (Red+Green+Blue) = 134+10+191=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #860ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ABF is #79F540. Grayscale: #434343. Windows color (decimal): -7992641 or 12520070. OLE color: 12520070.

HSL color Cylindrical-coordinate representation of color #860ABF: hue angle of 281.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ABF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13410191-
CMYK0.300.9500.25
HSL281.1º90.05%39.41%-
HSV(B)281.1º94.76%74.9%-
XYZ19.349.0550.02-
YUV67.71197.58175.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 191 (75% from 255) = 57.01%
R=40%
G=2.99%
B=57.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134101910.300.9500.25281.190.0539.41
Hex86ABF1E5F0191195a27
Octal206122773613703143113247
Binary100001101010101111111111010111110110011000110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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