#9A48BE

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

Shades of Deep Lilac #9A48BE

Tints of Deep Lilac #9A48BE

Color information

#9A48BE (or 0x9A48BE) is unknown color: approx Deep Lilac. HEX triplet: 9A, 48 and BE. RGB value is (154,72,190). Sum of RGB (Red+Green+Blue) = 154+72+190=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A48BE is #65B741. Grayscale: #6D6D6D. Windows color (decimal): -6666050 or 12470426. OLE color: 12470426.

HSL color Cylindrical-coordinate representation of color #9A48BE: hue angle of 281.69º 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 #9A48BE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15472190-
CMYK0.190.6200.25
HSL281.69º47.58%51.37%-
HSV(B)281.69º62.11%74.51%-
XYZ24.9415.2250.34-
YUV109.97173.17159.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=37.02%
G=17.31%
B=45.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154721900.190.6200.25281.6947.5851.37
Hex9A48BE133E01911a3033
Octal23211027623760314326063
Binary1001101010010001011111010011111110011001100011010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A48BE; }

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

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

<style>
 a { background-color: #9A48BE; }

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

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

<style>
 span { border-color: #9A48BE; }

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

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