#860BDA

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

Shades of Dark Violet #860BDA

Tints of Dark Violet #860BDA

Color information

#860BDA (or 0x860BDA) is unknown color: approx Dark Violet. HEX triplet: 86, 0B and DA. RGB value is (134,11,218). Sum of RGB (Red+Green+Blue) = 134+11+218=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #860BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BDA is #79F425. Grayscale: #464646. Windows color (decimal): -7992358 or 14289798. OLE color: 14289798.

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

Color convert

RGB13411218-
CMYK0.390.9500.15
HSL275.65º90.39%44.9%-
HSV(B)275.65º94.95%85.49%-
XYZ22.6110.3767.14-
YUV71.38210.75172.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 11 (4.69% from 255) = 3.03%
BLUE value IS 218 (85.55% from 255) = 60.06%
R=36.91%
G=3.03%
B=60.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134112180.390.9500.15275.6590.3944.9
Hex86BDA275F0F1145a2d
Octal206133324713701742413255
Binary100001101011110110101001111011111011111000101001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,11,218); }

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

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

 a { background-color: rgb(134,11,218); }

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

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

 span { border-color: rgb(134,11,218); }

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