#945AAF

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

Shades of Deep Lilac #945AAF

Tints of Deep Lilac #945AAF

Color information

#945AAF (or 0x945AAF) is unknown color: approx Deep Lilac. HEX triplet: 94, 5A and AF. RGB value is (148,90,175). Sum of RGB (Red+Green+Blue) = 148+90+175=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #945AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AAF is #6BA550. Grayscale: #747474. Windows color (decimal): -7054673 or 11491988. OLE color: 11491988.

HSL color Cylindrical-coordinate representation of color #945AAF: hue angle of 280.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #945AAF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14890175-
CMYK0.150.4900.31
HSL280.94º34.69%51.96%-
HSV(B)280.94º48.57%68.63%-
XYZ23.6116.742.54-
YUV117.03160.72150.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=35.84%
G=21.79%
B=42.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148901750.150.4900.31280.9434.6951.96
Hex945AAFF3101F1192334
Octal22413225717610374314364
Binary100101001011010101011111111110001011111100011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945AAF; }

 p { color: rgb(148,90,175); }

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

<style>
 a { background-color: #945AAF; }

 a { background-color: rgb(148,90,175); }

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

<style>
 span { border-color: #945AAF; }

 span { border-color: rgb(148,90,175); }

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