#9545C4

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

Shades of Deep Lilac #9545C4

Tints of Deep Lilac #9545C4

Color information

#9545C4 (or 0x9545C4) is unknown color: approx Deep Lilac. HEX triplet: 95, 45 and C4. RGB value is (149,69,196). Sum of RGB (Red+Green+Blue) = 149+69+196=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #9545C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9545C4 is #6ABA3B. Grayscale: #6A6A6A. Windows color (decimal): -6994492 or 12862869. OLE color: 12862869.

HSL color Cylindrical-coordinate representation of color #9545C4: hue angle of 277.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9545C4 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14969196-
CMYK0.240.6500.23
HSL277.8º51.84%51.96%-
HSV(B)277.8º64.8%76.86%-
XYZ24.4914.6353.76-
YUV107.4178157.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=35.99%
G=16.67%
B=47.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149691960.240.6500.23277.851.8451.96
Hex9545C418410171163434
Octal225105304301010274266464
Binary10010101100010111000100110001000001010111100010110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9545C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9545C4; }

 p { color: rgb(149,69,196); }

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

<style>
 a { background-color: #9545C4; }

 a { background-color: rgb(149,69,196); }

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

<style>
 span { border-color: #9545C4; }

 span { border-color: rgb(149,69,196); }

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