#9546C3

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

Shades of Deep Lilac #9546C3

Tints of Deep Lilac #9546C3

Color information

#9546C3 (or 0x9546C3) is unknown color: approx Deep Lilac. HEX triplet: 95, 46 and C3. RGB value is (149,70,195). Sum of RGB (Red+Green+Blue) = 149+70+195=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #9546C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546C3 is #6AB93C. Grayscale: #6B6B6B. Windows color (decimal): -6994237 or 12797589. OLE color: 12797589.

HSL color Cylindrical-coordinate representation of color #9546C3: hue angle of 277.92º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9546C3 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14970195-
CMYK0.240.6400.24
HSL277.92º51.02%51.96%-
HSV(B)277.92º64.1%76.47%-
XYZ24.4314.7153.18-
YUV107.87177.17157.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 195 (76.56% from 255) = 47.10%
R=35.99%
G=16.91%
B=47.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149701950.240.6400.24277.9251.0251.96
Hex9546C318400181163334
Octal225106303301000304266364
Binary10010101100011011000011110001000000011000100010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9546C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9546C3; }

 p { color: rgb(149,70,195); }

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

<style>
 a { background-color: #9546C3; }

 a { background-color: rgb(149,70,195); }

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

<style>
 span { border-color: #9546C3; }

 span { border-color: rgb(149,70,195); }

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