#860CC1

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

Shades of Dark Violet #860CC1

Tints of Dark Violet #860CC1

Color information

#860CC1 (or 0x860CC1) is unknown color: approx Dark Violet. HEX triplet: 86, 0C and C1. RGB value is (134,12,193). Sum of RGB (Red+Green+Blue) = 134+12+193=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #860CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CC1 is #79F33E. Grayscale: #444444. Windows color (decimal): -7992127 or 12651654. OLE color: 12651654.

HSL color Cylindrical-coordinate representation of color #860CC1: hue angle of 280.44º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860CC1 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13412193-
CMYK0.310.9400.24
HSL280.44º88.29%40.2%-
HSV(B)280.44º93.78%75.69%-
XYZ19.599.1851.19-
YUV69.11197.92174.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 193 (75.78% from 255) = 56.93%
R=39.53%
G=3.54%
B=56.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134121930.310.9400.24280.4488.2940.2
Hex86CC11F5E0181185828
Octal206143013713603043013050
Binary100001101100110000011111110111100110001000110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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