#8505E6

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

Shades of Dark Violet #8505E6

Tints of Dark Violet #8505E6

Color information

#8505E6 (or 0x8505E6) is unknown color: approx Dark Violet. HEX triplet: 85, 05 and E6. RGB value is (133,5,230). Sum of RGB (Red+Green+Blue) = 133+5+230=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #8505E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8505E6 is #7AFA19. Grayscale: #444444. Windows color (decimal): -8059418 or 15074693. OLE color: 15074693.

HSL color Cylindrical-coordinate representation of color #8505E6: hue angle of 274.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505E6 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1335230-
CMYK0.420.9800.10
HSL274.13º95.74%46.08%-
HSV(B)274.13º97.83%90.2%-
XYZ24.0110.8175.68-
YUV68.92218.91173.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 230 (90.23% from 255) = 62.5%
R=36.14%
G=1.36%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13352300.420.9800.10274.1395.7446.08
Hex855E62A620A112602e
Octal20553465214201242214056
Binary10000101101111001101010101100010010101000100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8505E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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