#935CAB

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

Shades of Deep Lilac #935CAB

Tints of Deep Lilac #935CAB

Color information

#935CAB (or 0x935CAB) is unknown color: approx Deep Lilac. HEX triplet: 93, 5C and AB. RGB value is (147,92,171). Sum of RGB (Red+Green+Blue) = 147+92+171=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #935CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935CAB is #6CA354. Grayscale: #757575. Windows color (decimal): -7119701 or 11230355. OLE color: 11230355.

HSL color Cylindrical-coordinate representation of color #935CAB: hue angle of 281.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935CAB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14792171-
CMYK0.140.4600.33
HSL281.77º31.98%51.57%-
HSV(B)281.77º46.2%67.06%-
XYZ23.2116.840.55-
YUV117.45158.22149.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=35.85%
G=22.44%
B=41.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147921710.140.4600.33281.7731.9851.57
Hex935CABE2E02111a2034
Octal22313425316560414324064
Binary1001001110111001010101111101011100100001100011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,92,171); }

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

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

 a { background-color: rgb(147,92,171); }

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

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

 span { border-color: rgb(147,92,171); }

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