#9533ED

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

Shades of Blue Violet #9533ED

Tints of Blue Violet #9533ED

Color information

#9533ED (or 0x9533ED) is unknown color: approx Blue Violet. HEX triplet: 95, 33 and ED. RGB value is (149,51,237). Sum of RGB (Red+Green+Blue) = 149+51+237=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #9533ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9533ED is #6ACC12. Grayscale: #646464. Windows color (decimal): -6999059 or 15545237. OLE color: 15545237.

HSL color Cylindrical-coordinate representation of color #9533ED: hue angle of 271.61º 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 #9533ED is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14951237-
CMYK0.370.7800.07
HSL271.61º83.78%56.47%-
HSV(B)271.61º78.48%92.94%-
XYZ28.8614.8781.47-
YUV101.51204.47161.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=34.10%
G=11.67%
B=54.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149512370.370.7800.07271.6183.7856.47
Hex9533ED254E071105438
Octal22563355451160742012470
Binary1001010111001111101101100101100111001111000100001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9533ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9533ED; }

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

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

<style>
 a { background-color: #9533ED; }

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

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

<style>
 span { border-color: #9533ED; }

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

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