#9533E1

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

Shades of Blue Violet #9533E1

Tints of Blue Violet #9533E1

Color information

#9533E1 (or 0x9533E1) is unknown color: approx Blue Violet. HEX triplet: 95, 33 and E1. RGB value is (149,51,225). Sum of RGB (Red+Green+Blue) = 149+51+225=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #9533E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533E1 is #6ACC1E. Grayscale: #636363. Windows color (decimal): -6999071 or 14758805. OLE color: 14758805.

HSL color Cylindrical-coordinate representation of color #9533E1: hue angle of 273.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9533E1 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14951225-
CMYK0.340.7700.12
HSL273.79º74.36%54.12%-
HSV(B)273.79º77.33%88.24%-
XYZ27.1714.1972.54-
YUV100.14198.47162.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=35.06%
G=12%
B=52.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149512250.340.7700.12273.7974.3654.12
Hex9533E1224D0C1124a36
Octal225633414211501442211266
Binary10010101110011111000011000101001101011001000100101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9533E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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