#9537EC

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

Shades of Blue Violet #9537EC

Tints of Blue Violet #9537EC

Color information

#9537EC (or 0x9537EC) is unknown color: approx Blue Violet. HEX triplet: 95, 37 and EC. RGB value is (149,55,236). Sum of RGB (Red+Green+Blue) = 149+55+236=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #9537EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9537EC is #6AC813. Grayscale: #676767. Windows color (decimal): -6998036 or 15480725. OLE color: 15480725.

HSL color Cylindrical-coordinate representation of color #9537EC: hue angle of 271.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9537EC is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14955236-
CMYK0.370.7700.07
HSL271.16º82.65%57.06%-
HSV(B)271.16º76.69%92.55%-
XYZ28.915.1880.76-
YUV103.74202.64160.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 236 (92.58% from 255) = 53.64%
R=33.86%
G=12.5%
B=53.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149552360.370.7700.07271.1682.6557.06
Hex9537EC254D0710f5339
Octal22567354451150741712371
Binary1001010111011111101100100101100110101111000011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9537EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9537EC; }

 p { color: rgb(149,55,236); }

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

<style>
 a { background-color: #9537EC; }

 a { background-color: rgb(149,55,236); }

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

<style>
 span { border-color: #9537EC; }

 span { border-color: rgb(149,55,236); }

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