#9548BE

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

Shades of Deep Lilac #9548BE

Tints of Deep Lilac #9548BE

Color information

#9548BE (or 0x9548BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 48 and BE. RGB value is (149,72,190). Sum of RGB (Red+Green+Blue) = 149+72+190=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #9548BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548BE is #6AB741. Grayscale: #6C6C6C. Windows color (decimal): -6993730 or 12470421. OLE color: 12470421.

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

Color convert

RGB14972190-
CMYK0.220.6200.25
HSL279.15º47.58%51.37%-
HSV(B)279.15º62.11%74.51%-
XYZ24.0114.7450.3-
YUV108.48174.01156.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=36.25%
G=17.52%
B=46.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149721900.220.6200.25279.1547.5851.37
Hex9548BE163E0191173033
Octal22511027626760314276063
Binary1001010110010001011111010110111110011001100010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9548BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9548BE; }

 p { color: rgb(149,72,190); }

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

<style>
 a { background-color: #9548BE; }

 a { background-color: rgb(149,72,190); }

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

<style>
 span { border-color: #9548BE; }

 span { border-color: rgb(149,72,190); }

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