#954AB6

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

Shades of Deep Lilac #954AB6

Tints of Deep Lilac #954AB6

Color information

#954AB6 (or 0x954AB6) is unknown color: approx Deep Lilac. HEX triplet: 95, 4A and B6. RGB value is (149,74,182). Sum of RGB (Red+Green+Blue) = 149+74+182=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #954AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AB6 is #6AB549. Grayscale: #6C6C6C. Windows color (decimal): -6993226 or 11946645. OLE color: 11946645.

HSL color Cylindrical-coordinate representation of color #954AB6: hue angle of 281.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954AB6 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14974182-
CMYK0.180.5900.29
HSL281.67º42.52%50.2%-
HSV(B)281.67º59.34%71.37%-
XYZ23.2914.6645.86-
YUV108.74169.35156.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=36.79%
G=18.27%
B=44.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149741820.180.5900.29281.6742.5250.2
Hex954AB6123B01D11a2b32
Octal22511226622730354325362
Binary1001010110010101011011010010111011011101100011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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