#860BC7

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

Shades of Dark Violet #860BC7

Tints of Dark Violet #860BC7

Color information

#860BC7 (or 0x860BC7) is unknown color: approx Dark Violet. HEX triplet: 86, 0B and C7. RGB value is (134,11,199). Sum of RGB (Red+Green+Blue) = 134+11+199=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #860BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BC7 is #79F438. Grayscale: #444444. Windows color (decimal): -7992377 or 13044614. OLE color: 13044614.

HSL color Cylindrical-coordinate representation of color #860BC7: hue angle of 279.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BC7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13411199-
CMYK0.330.9400.22
HSL279.26º89.52%41.18%-
HSV(B)279.26º94.47%78.04%-
XYZ20.269.4354.79-
YUV69.21201.25174.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 11 (4.69% from 255) = 3.20%
BLUE value IS 199 (78.12% from 255) = 57.85%
R=38.95%
G=3.20%
B=57.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134111990.330.9400.22279.2689.5241.18
Hex86BC7215E0161175a29
Octal206133074113602642713251
Binary1000011010111100011110000110111100101101000101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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