#9021FF

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

Shades of Blue Violet #9021FF

Tints of Blue Violet #9021FF

Color information

#9021FF (or 0x9021FF) is unknown color: approx Blue Violet. HEX triplet: 90, 21 and FF. RGB value is (144,33,255). Sum of RGB (Red+Green+Blue) = 144+33+255=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #9021FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9021FF is #6FDE00. Grayscale: #5A5A5A. Windows color (decimal): -7331329 or 16720272. OLE color: 16720272.

HSL color Cylindrical-coordinate representation of color #9021FF: hue angle of 270º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9021FF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14433255-
CMYK0.440.8700
HSL270º100%56.47%-
HSV(B)270º87.06%100%-
XYZ30.114.2495.77-
YUV91.5220.27165.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 7.64%
BLUE value IS 255 (100% from 255) = 59.03%
R=33.33%
G=7.64%
B=59.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal144332550.440.870027010056.47
Hex9021FF2C570010e6438
Octal22041377541270041614470
Binary10010000100001111111111011001010111001000011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9021FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9021FF; }

 p { color: rgb(144,33,255); }

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

<style>
 a { background-color: #9021FF; }

 a { background-color: rgb(144,33,255); }

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

<style>
 span { border-color: #9021FF; }

 span { border-color: rgb(144,33,255); }

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