#9048c3

Color #9048C3 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9048C3

Tints of Deep Lilac #9048C3

Color information

#9048C3 (or 0x9048C3) is unknown color: approx Deep Lilac. HEX triplet: 90, 48 and C3. RGB value is (144,72,195). Sum of RGB (Red+Green+Blue) = 144+72+195=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #9048C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048C3 is #6FB73C. Grayscale: #6B6B6B. Windows color (decimal): -7321405 or 12798096. OLE color: 12798096.

HSL color Cylindrical-coordinate representation of color #9048C3: hue angle of 275.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9048C3 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14472195-
CMYK0.260.6300.24
HSL275.12º50.62%52.35%-
HSV(B)275.12º63.08%76.47%-
XYZ23.6714.553.18-
YUV107.55177.35154-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 195 (76.56% from 255) = 47.45%
R=35.04%
G=17.52%
B=47.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144721950.260.6300.24275.1250.6252.35
Hex9048C31A3F0181133334
Octal22011030332770304236364
Binary1001000010010001100001111010111111011000100010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9048c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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