#8536E6

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

Shades of Blue Violet #8536E6

Tints of Blue Violet #8536E6

Color information

#8536E6 (or 0x8536E6) is unknown color: approx Blue Violet. HEX triplet: 85, 36 and E6. RGB value is (133,54,230). Sum of RGB (Red+Green+Blue) = 133+54+230=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #8536E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8536E6 is #7AC919. Grayscale: #616161. Windows color (decimal): -8046874 or 15087237. OLE color: 15087237.

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

Color convert

RGB13354230-
CMYK0.420.7700.10
HSL266.93º77.88%55.69%-
HSV(B)266.93º76.52%90.2%-
XYZ25.2713.3476.11-
YUV97.68202.67153.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 230 (90.23% from 255) = 55.16%
R=31.89%
G=12.95%
B=55.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133542300.420.7700.10266.9377.8855.69
Hex8536E62A4D0A10b4e38
Octal205663465211501241311670
Binary10000101110110111001101010101001101010101000010111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8536E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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