#8505BA

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

Shades of Dark Violet #8505BA

Tints of Dark Violet #8505BA

Color information

#8505BA (or 0x8505BA) is unknown color: approx Dark Violet. HEX triplet: 85, 05 and BA. RGB value is (133,5,186). Sum of RGB (Red+Green+Blue) = 133+5+186=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #8505BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505BA is #7AFA45. Grayscale: #3F3F3F. Windows color (decimal): -8059462 or 12191109. OLE color: 12191109.

HSL color Cylindrical-coordinate representation of color #8505BA: hue angle of 282.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8505BA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1335186-
CMYK0.280.9700.27
HSL282.43º94.76%37.45%-
HSV(B)282.43º97.31%72.94%-
XYZ18.598.6447.14-
YUV63.91196.91177.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=41.05%
G=1.54%
B=57.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13351860.280.9700.27282.4394.7637.45
Hex855BA1C6101B11a5f25
Octal20552723414103343213745
Binary10000101101101110101110011000010110111000110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8505BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8505BA; }

 p { color: rgb(133,5,186); }

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

<style>
 a { background-color: #8505BA; }

 a { background-color: rgb(133,5,186); }

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

<style>
 span { border-color: #8505BA; }

 span { border-color: rgb(133,5,186); }

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