#9048BF

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

Shades of Deep Lilac #9048BF

Tints of Deep Lilac #9048BF

Color information

#9048BF (or 0x9048BF) is unknown color: approx Deep Lilac. HEX triplet: 90, 48 and BF. RGB value is (144,72,191). Sum of RGB (Red+Green+Blue) = 144+72+191=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9048BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048BF is #6FB740. Grayscale: #6A6A6A. Windows color (decimal): -7321409 or 12535952. OLE color: 12535952.

HSL color Cylindrical-coordinate representation of color #9048BF: hue angle of 276.3º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9048BF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14472191-
CMYK0.250.6200.25
HSL276.3º48.18%51.57%-
HSV(B)276.3º62.3%74.9%-
XYZ23.2214.3350.83-
YUV107.09175.35154.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 191 (75% from 255) = 46.93%
R=35.38%
G=17.69%
B=46.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144721910.250.6200.25276.348.1851.57
Hex9048BF193E0191143034
Octal22011027731760314246064
Binary1001000010010001011111111001111110011001100010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9048BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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