#9048DD

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

Shades of Blue Violet #9048DD

Tints of Blue Violet #9048DD

Color information

#9048DD (or 0x9048DD) is unknown color: approx Blue Violet. HEX triplet: 90, 48 and DD. RGB value is (144,72,221). Sum of RGB (Red+Green+Blue) = 144+72+221=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #9048DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048DD is #6FB722. Grayscale: #6D6D6D. Windows color (decimal): -7321379 or 14502032. OLE color: 14502032.

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

Color convert

RGB14472221-
CMYK0.350.6700.13
HSL268.99º68.66%57.45%-
HSV(B)268.99º67.42%86.67%-
XYZ26.8715.7870.04-
YUV110.51190.35151.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=32.95%
G=16.48%
B=50.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144722210.350.6700.13268.9968.6657.45
Hex9048DD23430D10d4539
Octal2201103354310301541510571
Binary100100001001000110111011000111000011011011000011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9048DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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