Html Css Color HEX #935AAE Deep Lilac

📋 copy color: '#935AAE'

red 147 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #935AAE

Tints of Deep Lilac #935AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 35.77%
G = 21.9%
B = 42.34%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#935AAE (or 0x935AAE) is known color: Deep Lilac. HEX triplet: 93, 5A and AE. RGB value is (147,90,174). Sum of RGB (Red+Green+Blue) = 147+90+174=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #935AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AAE is #6CA551. Grayscale: #747474. Windows color (decimal): -7120210 or 11426451. OLE color: 11426451.

HSL color Cylindrical-coordinate representation of color #935AAE: hue angle of 280.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #935AAE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 90 174 -
CMYK 0.16 0.48 0 0.32
HSL 280.71º 0.34% 0.52% -
HSV(B) 280.71º 0.48% 0.68% -
XYZ 23.33 16.57 42.01 -
YUV 116.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 147 90 174 0.16 0.48 0 0.32 280.71 0.34 0.52
Hex 93 5A AE 10 30 0 20 119 22 34
Octal 223 132 256 20 60 0 40 431 42 64
Binary 10010011 1011010 10101110 10000 110000 0 100000 100011001 100010 110100

Color Harmonies of #935AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AAE

Black with #935AAE

Text Example


Text Example

White with #935AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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