#9A28F7

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

Shades of Blue Violet #9A28F7

Tints of Blue Violet #9A28F7

Color information

#9A28F7 (or 0x9A28F7) is unknown color: approx Blue Violet. HEX triplet: 9A, 28 and F7. RGB value is (154,40,247). Sum of RGB (Red+Green+Blue) = 154+40+247=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A28F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A28F7 is #65D708. Grayscale: #606060. Windows color (decimal): -6674185 or 16197786. OLE color: 16197786.

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

Color convert

RGB15440247-
CMYK0.380.8400.03
HSL273.04º92.83%56.27%-
HSV(B)273.04º83.81%96.86%-
XYZ30.8715.189.28-
YUV97.68212.27168.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 40 (16.02% from 255) = 9.07%
BLUE value IS 247 (96.88% from 255) = 56.01%
R=34.92%
G=9.07%
B=56.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal154402470.380.8400.03273.0492.8356.27
Hex9A28F72654031115d38
Octal23250367461240342113570
Binary100110101010001111011110011010101000111000100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A28F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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