#935AAF

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

Shades of Deep Lilac #935AAF

Tints of Deep Lilac #935AAF

Color information

#935AAF (or 0x935AAF) is unknown color: approx Deep Lilac. HEX triplet: 93, 5A and AF. RGB value is (147,90,175). Sum of RGB (Red+Green+Blue) = 147+90+175=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #935AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AAF is #6CA550. Grayscale: #747474. Windows color (decimal): -7120209 or 11491987. OLE color: 11491987.

HSL color Cylindrical-coordinate representation of color #935AAF: hue angle of 280.24º 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 #935AAF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14790175-
CMYK0.160.4900.31
HSL280.24º34.69%51.96%-
HSV(B)280.24º48.57%68.63%-
XYZ23.4316.6142.53-
YUV116.73160.88149.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=35.68%
G=21.84%
B=42.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147901750.160.4900.31280.2434.6951.96
Hex935AAF103101F1182334
Octal22313225720610374304364
Binary1001001110110101010111110000110001011111100011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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