#8537EB

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

Shades of Blue Violet #8537EB

Tints of Blue Violet #8537EB

Color information

#8537EB (or 0x8537EB) is unknown color: approx Blue Violet. HEX triplet: 85, 37 and EB. RGB value is (133,55,235). Sum of RGB (Red+Green+Blue) = 133+55+235=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8537EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8537EB is #7AC814. Grayscale: #626262. Windows color (decimal): -8046613 or 15415173. OLE color: 15415173.

HSL color Cylindrical-coordinate representation of color #8537EB: hue angle of 266º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8537EB is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13355235-
CMYK0.430.7700.08
HSL266º81.82%56.86%-
HSV(B)266º76.6%92.16%-
XYZ26.0313.7279.87-
YUV98.84204.84152.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 55 (21.88% from 255) = 13.00%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=31.44%
G=13.00%
B=55.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133552350.430.7700.0826681.8256.86
Hex8537EB2B4D0810a5239
Octal205673535311501041212271
Binary10000101110111111010111010111001101010001000010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8537EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8537EB; }

 p { color: rgb(133,55,235); }

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

<style>
 a { background-color: #8537EB; }

 a { background-color: rgb(133,55,235); }

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

<style>
 span { border-color: #8537EB; }

 span { border-color: rgb(133,55,235); }

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