#8539E5

Color #8539E5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8539E5

Tints of Blue Violet #8539E5

Color information

#8539E5 (or 0x8539E5) is unknown color: approx Blue Violet. HEX triplet: 85, 39 and E5. RGB value is (133,57,229). Sum of RGB (Red+Green+Blue) = 133+57+229=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #8539E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8539E5 is #7AC61A. Grayscale: #626262. Windows color (decimal): -8046107 or 15022469. OLE color: 15022469.

HSL color Cylindrical-coordinate representation of color #8539E5: hue angle of 266.51º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8539E5 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13357229-
CMYK0.420.7500.10
HSL266.51º76.79%56.08%-
HSV(B)266.51º75.11%89.8%-
XYZ25.2813.5775.42-
YUV99.33201.18152.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 229 (89.84% from 255) = 54.65%
R=31.74%
G=13.60%
B=54.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133572290.420.7500.10266.5176.7956.08
Hex8539E52A4B0A10b4d38
Octal205713455211301241311570
Binary10000101111001111001011010101001011010101000010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8539E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8539E5; }

 p { color: rgb(133,57,229); }

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

<style>
 a { background-color: #8539E5; }

 a { background-color: rgb(133,57,229); }

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

<style>
 span { border-color: #8539E5; }

 span { border-color: rgb(133,57,229); }

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