Html Css Color HEX #935AAF Deep Lilac

📋 copy color: '#935AAF'

red 147 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #935AAF

Tints of Deep Lilac #935AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 35.68%
G = 21.84%
B = 42.48%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#935AAF (or 0x935AAF) is known color: Deep Lilac. HEX triplet: 93, 5A and AF. RGB value is (147,90,175). Sum of RGB (Red+Green+Blue) = 147+90+175=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #935AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AAF is #6CA550. Grayscale: #747474. Windows color (decimal): -7120209 or 11491987. OLE color: 11491987.

HSL color Cylindrical-coordinate representation of color #935AAF: hue angle of 280.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935AAF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 90 175 -
CMYK 0.16 0.49 0 0.31
HSL 280.24º 0.35% 0.52% -
HSV(B) 280.24º 0.49% 0.69% -
XYZ 23.43 16.61 42.53 -
YUV 116.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 147 90 175 0.16 0.49 0 0.31 280.24 0.35 0.52
Hex 93 5A AF 10 31 0 1F 118 23 34
Octal 223 132 257 20 61 0 37 430 43 64
Binary 10010011 1011010 10101111 10000 110001 0 11111 100011000 100011 110100

Color Harmonies of #935AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AAF

Black with #935AAF

Text Example


Text Example

White with #935AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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