#8601D8

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

Shades of Dark Violet #8601D8

Tints of Dark Violet #8601D8

Color information

#8601D8 (or 0x8601D8) is unknown color: approx Dark Violet. HEX triplet: 86, 01 and D8. RGB value is (134,1,216). Sum of RGB (Red+Green+Blue) = 134+1+216=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #8601D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601D8 is #79FE27. Grayscale: #404040. Windows color (decimal): -7994920 or 14156166. OLE color: 14156166.

HSL color Cylindrical-coordinate representation of color #8601D8: hue angle of 277.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601D8 is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1341216-
CMYK0.381.0000.15
HSL277.12º99.08%42.55%-
HSV(B)277.12º99.54%84.71%-
XYZ22.2410.0565.73-
YUV65.28213.06177.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 216 (84.77% from 255) = 61.54%
R=38.18%
G=0.28%
B=61.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13412160.381.0000.15277.1299.0842.55
Hex861D826640F115632b
Octal20613304614401742514353
Binary100001101110110001001101100100011111000101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8601D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8601D8; }

 p { color: rgb(134,1,216); }

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

<style>
 a { background-color: #8601D8; }

 a { background-color: rgb(134,1,216); }

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

<style>
 span { border-color: #8601D8; }

 span { border-color: rgb(134,1,216); }

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