Html Css Color HEX #935FAE Deep Lilac

📋 copy color: '#935FAE'

red 147 ◦ green 95 ◦ blue 174

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

Shades of Deep Lilac #935FAE

Tints of Deep Lilac #935FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 35.34%
G = 22.84%
B = 41.83%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#935FAE (or 0x935FAE) is known color: Deep Lilac. HEX triplet: 93, 5F and AE. RGB value is (147,95,174). Sum of RGB (Red+Green+Blue) = 147+95+174=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #935FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAE is #6CA051. Grayscale: #777777. Windows color (decimal): -7118930 or 11427731. OLE color: 11427731.

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

Color convert

RGB 147 95 174 -
CMYK 0.16 0.45 0 0.32
HSL 279.49º 0.33% 0.53% -
HSV(B) 279.49º 0.45% 0.68% -
XYZ 23.76 17.44 42.16 -
YUV 119.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 147 95 174 0.16 0.45 0 0.32 279.49 0.33 0.53
Hex 93 5F AE 10 2D 0 20 117 21 35
Octal 223 137 256 20 55 0 40 427 41 65
Binary 10010011 1011111 10101110 10000 101101 0 100000 100010111 100001 110101

Color Harmonies of #935FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FAE

Black with #935FAE

Text Example


Text Example

White with #935FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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