#9050B3

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

Shades of Deep Lilac #9050B3

Tints of Deep Lilac #9050B3

Color information

#9050B3 (or 0x9050B3) is unknown color: approx Deep Lilac. HEX triplet: 90, 50 and B3. RGB value is (144,80,179). Sum of RGB (Red+Green+Blue) = 144+80+179=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #9050B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050B3 is #6FAF4C. Grayscale: #6E6E6E. Windows color (decimal): -7319373 or 11751568. OLE color: 11751568.

HSL color Cylindrical-coordinate representation of color #9050B3: hue angle of 278.79º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9050B3 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14480179-
CMYK0.200.5500.30
HSL278.79º39.44%50.78%-
HSV(B)278.79º55.31%70.2%-
XYZ22.5114.9244.34-
YUV110.42166.7151.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=35.73%
G=19.85%
B=44.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144801790.200.5500.30278.7939.4450.78
Hex9050B3143701E1172733
Octal22012026324670364274763
Binary1001000010100001011001110100110111011110100010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9050B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9050B3; }

 p { color: rgb(144,80,179); }

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

<style>
 a { background-color: #9050B3; }

 a { background-color: rgb(144,80,179); }

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

<style>
 span { border-color: #9050B3; }

 span { border-color: rgb(144,80,179); }

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