#9A28EC

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

Shades of Blue Violet #9A28EC

Tints of Blue Violet #9A28EC

Color information

#9A28EC (or 0x9A28EC) is unknown color: approx Blue Violet. HEX triplet: 9A, 28 and EC. RGB value is (154,40,236). Sum of RGB (Red+Green+Blue) = 154+40+236=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A28EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A28EC is #65D713. Grayscale: #5F5F5F. Windows color (decimal): -6674196 or 15476890. OLE color: 15476890.

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

Color convert

RGB15440236-
CMYK0.350.8300.07
HSL274.9º83.76%54.12%-
HSV(B)274.9º83.05%92.55%-
XYZ29.2314.4480.6-
YUV96.43206.77169.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.81%
GREEN value IS 40 (16.02% from 255) = 9.30%
BLUE value IS 236 (92.58% from 255) = 54.88%
R=35.81%
G=9.30%
B=54.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154402360.350.8300.07274.983.7654.12
Hex9A28EC2353071135436
Octal23250354431230742312466
Binary1001101010100011101100100011101001101111000100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A28EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,40,236); }

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

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

 a { background-color: rgb(154,40,236); }

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

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

 span { border-color: rgb(154,40,236); }

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