#954ABC

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

Shades of Deep Lilac #954ABC

Tints of Deep Lilac #954ABC

Color information

#954ABC (or 0x954ABC) is unknown color: approx Deep Lilac. HEX triplet: 95, 4A and BC. RGB value is (149,74,188). Sum of RGB (Red+Green+Blue) = 149+74+188=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #954ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ABC is #6AB543. Grayscale: #6D6D6D. Windows color (decimal): -6993220 or 12339861. OLE color: 12339861.

HSL color Cylindrical-coordinate representation of color #954ABC: hue angle of 279.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954ABC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14974188-
CMYK0.210.6100.26
HSL279.47º45.97%51.37%-
HSV(B)279.47º60.64%73.73%-
XYZ23.9214.9249.2-
YUV109.42172.35156.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=36.25%
G=18.00%
B=45.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149741880.210.6100.26279.4745.9751.37
Hex954ABC153D01A1172e33
Octal22511227425750324275663
Binary1001010110010101011110010101111101011010100010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954ABC; }

 p { color: rgb(149,74,188); }

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

<style>
 a { background-color: #954ABC; }

 a { background-color: rgb(149,74,188); }

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

<style>
 span { border-color: #954ABC; }

 span { border-color: rgb(149,74,188); }

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