#8506B5

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

Shades of Dark Violet #8506B5

Tints of Dark Violet #8506B5

Color information

#8506B5 (or 0x8506B5) is unknown color: approx Dark Violet. HEX triplet: 85, 06 and B5. RGB value is (133,6,181). Sum of RGB (Red+Green+Blue) = 133+6+181=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #8506B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506B5 is #7AF94A. Grayscale: #3F3F3F. Windows color (decimal): -8059211 or 11863685. OLE color: 11863685.

HSL color Cylindrical-coordinate representation of color #8506B5: hue angle of 283.54º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506B5 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1336181-
CMYK0.270.9700.29
HSL283.54º93.58%36.67%-
HSV(B)283.54º96.69%70.98%-
XYZ18.088.4544.39-
YUV63.92194.08177.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 181 (71.09% from 255) = 56.56%
R=41.56%
G=1.88%
B=56.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13361810.270.9700.29283.5493.5836.67
Hex856B51B6101D11c5e25
Octal20562653314103543413645
Binary10000101110101101011101111000010111011000111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8506B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8506B5; }

 p { color: rgb(133,6,181); }

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

<style>
 a { background-color: #8506B5; }

 a { background-color: rgb(133,6,181); }

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

<style>
 span { border-color: #8506B5; }

 span { border-color: rgb(133,6,181); }

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