#9a33ed

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

Shades of Blue Violet #9A33ED

Tints of Blue Violet #9A33ED

Color information

#9A33ED (or 0x9A33ED) is unknown color: approx Blue Violet. HEX triplet: 9A, 33 and ED. RGB value is (154,51,237). Sum of RGB (Red+Green+Blue) = 154+51+237=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A33ED is #65CC12. Grayscale: #666666. Windows color (decimal): -6671379 or 15545242. OLE color: 15545242.

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

Color convert

RGB15451237-
CMYK0.350.7800.07
HSL273.23º83.78%56.47%-
HSV(B)273.23º78.48%92.94%-
XYZ29.815.3581.51-
YUV103203.62164.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 237 (92.97% from 255) = 53.62%
R=34.84%
G=11.54%
B=53.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154512370.350.7800.07273.2383.7856.47
Hex9A33ED234E071115438
Octal23263355431160742112470
Binary1001101011001111101101100011100111001111000100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a33ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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