#9020F9

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

Shades of Blue Violet #9020F9

Tints of Blue Violet #9020F9

Color information

#9020F9 (or 0x9020F9) is unknown color: approx Blue Violet. HEX triplet: 90, 20 and F9. RGB value is (144,32,249). Sum of RGB (Red+Green+Blue) = 144+32+249=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #9020F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9020F9 is #6FDF06. Grayscale: #595959. Windows color (decimal): -7331591 or 16326800. OLE color: 16326800.

HSL color Cylindrical-coordinate representation of color #9020F9: hue angle of 270.97º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9020F9 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14432249-
CMYK0.420.8700.02
HSL270.97º94.76%55.1%-
HSV(B)270.97º87.15%97.65%-
XYZ29.1213.890.75-
YUV90.23217.61166.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.88%
GREEN value IS 32 (12.89% from 255) = 7.53%
BLUE value IS 249 (97.66% from 255) = 58.59%
R=33.88%
G=7.53%
B=58.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal144322490.420.8700.02270.9794.7655.1
Hex9020F92A570210f5f37
Octal22040371521270241713767
Binary100100001000001111100110101010101110101000011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9020F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9020F9; }

 p { color: rgb(144,32,249); }

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

<style>
 a { background-color: #9020F9; }

 a { background-color: rgb(144,32,249); }

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

<style>
 span { border-color: #9020F9; }

 span { border-color: rgb(144,32,249); }

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