#9028dd

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

Shades of Blue Violet #9028DD

Tints of Blue Violet #9028DD

Color information

#9028DD (or 0x9028DD) is unknown color: approx Blue Violet. HEX triplet: 90, 28 and DD. RGB value is (144,40,221). Sum of RGB (Red+Green+Blue) = 144+40+221=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #9028DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028DD is #6FD722. Grayscale: #5B5B5B. Windows color (decimal): -7329571 or 14493840. OLE color: 14493840.

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

Color convert

RGB14440221-
CMYK0.350.8200.13
HSL274.48º72.69%51.18%-
HSV(B)274.48º81.9%86.67%-
XYZ25.3112.6769.52-
YUV91.73200.96165.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 40 (16.02% from 255) = 9.88%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=35.56%
G=9.88%
B=54.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144402210.350.8200.13274.4872.6951.18
Hex9028DD23520D1124933
Octal220503354312201542211163
Binary10010000101000110111011000111010010011011000100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9028dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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