#8600b5

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

Shades of Dark Violet #8600B5

Tints of Dark Violet #8600B5

Color information

#8600B5 (or 0x8600B5) is unknown color: approx Dark Violet. HEX triplet: 86, 00 and B5. RGB value is (134,0,181). Sum of RGB (Red+Green+Blue) = 134+0+181=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #8600B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8600B5 is #79FF4A. Grayscale: #3C3C3C. Windows color (decimal): -7995211 or 11862150. OLE color: 11862150.

HSL color Cylindrical-coordinate representation of color #8600B5: hue angle of 284.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600B5 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1340181-
CMYK0.26100.29
HSL284.42º100%35.49%-
HSV(B)284.42º100%70.98%-
XYZ18.178.444.38-
YUV60.7195.89180.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 57.46%
R=42.54%
G=0%
B=57.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13401810.26100.29284.4210035.49
Hex860B51A6401D11c6423
Octal20602653214403543414443
Binary100001100101101011101011001000111011000111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8600b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8600b5; }

 p { color: rgb(134,0,181); }

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

<style>
 a { background-color: #8600b5; }

 a { background-color: rgb(134,0,181); }

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

<style>
 span { border-color: #8600b5; }

 span { border-color: rgb(134,0,181); }

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