#9450BB

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

Shades of Deep Lilac #9450BB

Tints of Deep Lilac #9450BB

Color information

#9450BB (or 0x9450BB) is unknown color: approx Deep Lilac. HEX triplet: 94, 50 and BB. RGB value is (148,80,187). Sum of RGB (Red+Green+Blue) = 148+80+187=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #9450BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450BB is #6BAF44. Grayscale: #707070. Windows color (decimal): -7057221 or 12275860. OLE color: 12275860.

HSL color Cylindrical-coordinate representation of color #9450BB: hue angle of 278.13º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9450BB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14880187-
CMYK0.210.5700.27
HSL278.13º44.03%52.35%-
HSV(B)278.13º57.22%73.33%-
XYZ24.0515.6248.76-
YUV112.53170.03153.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=35.66%
G=19.28%
B=45.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148801870.210.5700.27278.1344.0352.35
Hex9450BB153901B1162c34
Octal22412027325710334265464
Binary1001010010100001011101110101111001011011100010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9450BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9450BB; }

 p { color: rgb(148,80,187); }

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

<style>
 a { background-color: #9450BB; }

 a { background-color: rgb(148,80,187); }

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

<style>
 span { border-color: #9450BB; }

 span { border-color: rgb(148,80,187); }

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