#9E33ED

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

Shades of Blue Violet #9E33ED

Tints of Blue Violet #9E33ED

Color information

#9E33ED (or 0x9E33ED) is unknown color: approx Blue Violet. HEX triplet: 9E, 33 and ED. RGB value is (158,51,237). Sum of RGB (Red+Green+Blue) = 158+51+237=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E33ED is #61CC12. Grayscale: #676767. Windows color (decimal): -6409235 or 15545246. OLE color: 15545246.

HSL color Cylindrical-coordinate representation of color #9E33ED: hue angle of 274.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E33ED is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15851237-
CMYK0.330.7800.07
HSL274.52º83.78%56.47%-
HSV(B)274.52º78.48%92.94%-
XYZ30.5715.7581.55-
YUV104.2202.95166.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 51 (20.31% from 255) = 11.43%
BLUE value IS 237 (92.97% from 255) = 53.14%
R=35.43%
G=11.43%
B=53.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158512370.330.7800.07274.5283.7856.47
Hex9E33ED214E071135438
Octal23663355411160742312470
Binary1001111011001111101101100001100111001111000100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E33ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E33ED; }

 p { color: rgb(158,51,237); }

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

<style>
 a { background-color: #9E33ED; }

 a { background-color: rgb(158,51,237); }

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

<style>
 span { border-color: #9E33ED; }

 span { border-color: rgb(158,51,237); }

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