Html Css Color HEX #935AA9 Deep Lilac

📋 copy color: '#935AA9'

red 147 ◦ green 90 ◦ blue 169

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

Shades of Deep Lilac #935AA9

Tints of Deep Lilac #935AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 36.21%
G = 22.17%
B = 41.63%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#935AA9 (or 0x935AA9) is known color: Deep Lilac. HEX triplet: 93, 5A and A9. RGB value is (147,90,169). Sum of RGB (Red+Green+Blue) = 147+90+169=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #935AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AA9 is #6CA556. Grayscale: #737373. Windows color (decimal): -7120215 or 11098771. OLE color: 11098771.

HSL color Cylindrical-coordinate representation of color #935AA9: hue angle of 283.29º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #935AA9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 90 169 -
CMYK 0.13 0.47 0 0.34
HSL 283.29º 0.31% 0.51% -
HSV(B) 283.29º 0.47% 0.66% -
XYZ 22.85 16.38 39.49 -
YUV 116.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 147 90 169 0.13 0.47 0 0.34 283.29 0.31 0.51
Hex 93 5A A9 D 2F 0 22 11B 1F 33
Octal 223 132 251 15 57 0 42 433 37 63
Binary 10010011 1011010 10101001 1101 101111 0 100010 100011011 11111 110011

Color Harmonies of #935AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AA9

Black with #935AA9

Text Example


Text Example

White with #935AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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