Html Css Color HEX #935DAE Deep Lilac

📋 copy color: '#935DAE'

red 147 ◦ green 93 ◦ blue 174

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

Shades of Deep Lilac #935DAE

Tints of Deep Lilac #935DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

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

R = 35.51%
G = 22.46%
B = 42.03%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#935DAE (or 0x935DAE) is known color: Deep Lilac. HEX triplet: 93, 5D and AE. RGB value is (147,93,174). Sum of RGB (Red+Green+Blue) = 147+93+174=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #935DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935DAE is #6CA251. Grayscale: #767676. Windows color (decimal): -7119442 or 11427219. OLE color: 11427219.

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

Color convert

RGB 147 93 174 -
CMYK 0.16 0.47 0 0.32
HSL 280º 0.33% 0.52% -
HSV(B) 280º 0.47% 0.68% -
XYZ 23.59 17.09 42.1 -
YUV 118.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 147 93 174 0.16 0.47 0 0.32 280 0.33 0.52
Hex 93 5D AE 10 2F 0 20 118 21 34
Octal 223 135 256 20 57 0 40 430 41 64
Binary 10010011 1011101 10101110 10000 101111 0 100000 100011000 100001 110100

Color Harmonies of #935DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935DAE

Black with #935DAE

Text Example


Text Example

White with #935DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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