#9021DD

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

Shades of Blue Violet #9021DD

Tints of Blue Violet #9021DD

Color information

#9021DD (or 0x9021DD) is unknown color: approx Blue Violet. HEX triplet: 90, 21 and DD. RGB value is (144,33,221). Sum of RGB (Red+Green+Blue) = 144+33+221=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #9021DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9021DD is #6FDE22. Grayscale: #565656. Windows color (decimal): -7331363 or 14492048. OLE color: 14492048.

HSL color Cylindrical-coordinate representation of color #9021DD: hue angle of 275.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9021DD is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14433221-
CMYK0.350.8500.13
HSL275.43º74.02%49.8%-
HSV(B)275.43º85.07%86.67%-
XYZ25.112.2469.45-
YUV87.62203.27168.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 33 (13.28% from 255) = 8.29%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=36.18%
G=8.29%
B=55.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144332210.350.8500.13275.4374.0249.8
Hex9021DD23550D1134a32
Octal220413354312501542311262
Binary10010000100001110111011000111010101011011000100111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9021DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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