#9A48C9

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

Shades of Deep Lilac #9A48C9

Tints of Deep Lilac #9A48C9

Color information

#9A48C9 (or 0x9A48C9) is unknown color: approx Deep Lilac. HEX triplet: 9A, 48 and C9. RGB value is (154,72,201). Sum of RGB (Red+Green+Blue) = 154+72+201=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A48C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A48C9 is #65B736. Grayscale: #6E6E6E. Windows color (decimal): -6666039 or 13191322. OLE color: 13191322.

HSL color Cylindrical-coordinate representation of color #9A48C9: hue angle of 278.14º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A48C9 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15472201-
CMYK0.230.6400.21
HSL278.14º54.43%53.53%-
HSV(B)278.14º64.18%78.82%-
XYZ26.1915.7256.91-
YUV111.22178.67158.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 72 (28.52% from 255) = 16.86%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=36.07%
G=16.86%
B=47.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154722010.230.6400.21278.1454.4353.53
Hex9A48C917400151163636
Octal232110311271000254266666
Binary10011010100100011001001101111000000010101100010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A48C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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