Html Css Color HEX #935AAB Deep Lilac

📋 copy color: '#935AAB'

red 147 ◦ green 90 ◦ blue 171

#935AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #935AAB

Tints of Deep Lilac #935AAB

RGB

 RED value IS 147 (57.81% from 255) = 36.03%

 GREEN value IS 90 (35.55% from 255) = 22.06%

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 36.03%
G = 22.06%
B = 41.91%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#935AAB (or 0x935AAB) is known color: Deep Lilac. HEX triplet: 93, 5A and AB. RGB value is (147,90,171). Sum of RGB (Red+Green+Blue) = 147+90+171=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #935AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AAB is #6CA554. Grayscale: #747474. Windows color (decimal): -7120213 or 11229843. OLE color: 11229843.

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

Color convert

RGB 147 90 171 -
CMYK 0.14 0.47 0 0.33
HSL 282.22º 0.33% 0.51% -
HSV(B) 282.22º 0.47% 0.67% -
XYZ 23.04 16.46 40.49 -
YUV 116.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 147 90 171 0.14 0.47 0 0.33 282.22 0.33 0.51
Hex 93 5A AB E 2F 0 21 11A 21 33
Octal 223 132 253 16 57 0 41 432 41 63
Binary 10010011 1011010 10101011 1110 101111 0 100001 100011010 100001 110011

Color Harmonies of #935AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AAB

Black with #935AAB

Text Example


Text Example

White with #935AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #935AAB;
 }
 .AnyTagClassName
 {
   color: #935AAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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