#9040DD

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

Shades of Blue Violet #9040DD

Tints of Blue Violet #9040DD

Color information

#9040DD (or 0x9040DD) is unknown color: approx Blue Violet. HEX triplet: 90, 40 and DD. RGB value is (144,64,221). Sum of RGB (Red+Green+Blue) = 144+64+221=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #9040DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040DD is #6FBF22. Grayscale: #696969. Windows color (decimal): -7323427 or 14499984. OLE color: 14499984.

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

Color convert

RGB14464221-
CMYK0.350.7100.13
HSL270.57º69.78%55.88%-
HSV(B)270.57º71.04%86.67%-
XYZ26.3914.8269.88-
YUV105.82193155.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 64 (25.39% from 255) = 14.92%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=33.57%
G=14.92%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144642210.350.7100.13270.5769.7855.88
Hex9040DD23470D10f4638
Octal2201003354310701541710670
Binary100100001000000110111011000111000111011011000011111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9040DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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