#9028F8

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

Shades of Blue Violet #9028F8

Tints of Blue Violet #9028F8

Color information

#9028F8 (or 0x9028F8) is unknown color: approx Blue Violet. HEX triplet: 90, 28 and F8. RGB value is (144,40,248). Sum of RGB (Red+Green+Blue) = 144+40+248=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #9028F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9028F8 is #6FD707. Grayscale: #5E5E5E. Windows color (decimal): -7329544 or 16263312. OLE color: 16263312.

HSL color Cylindrical-coordinate representation of color #9028F8: hue angle of 270º degrees, saturation: 0.94, 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 #9028F8 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14440248-
CMYK0.420.8400.03
HSL270º93.69%56.47%-
HSV(B)270º83.87%97.25%-
XYZ29.214.2290.01-
YUV94.81214.46163.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 9.26%
BLUE value IS 248 (97.27% from 255) = 57.41%
R=33.33%
G=9.26%
B=57.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal144402480.420.8400.0327093.6956.47
Hex9028F82A540310e5e38
Octal22050370521240341613670
Binary100100001010001111100010101010101000111000011101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9028F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9028F8; }

 p { color: rgb(144,40,248); }

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

<style>
 a { background-color: #9028F8; }

 a { background-color: rgb(144,40,248); }

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

<style>
 span { border-color: #9028F8; }

 span { border-color: rgb(144,40,248); }

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