Html Css Color HEX #935AA5 Deep Lilac

📋 copy color: '#935AA5'

red 147 ◦ green 90 ◦ blue 165

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

Shades of Deep Lilac #935AA5

Tints of Deep Lilac #935AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 36.57%
G = 22.39%
B = 41.04%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#935AA5 (or 0x935AA5) is known color: Deep Lilac. HEX triplet: 93, 5A and A5. RGB value is (147,90,165). Sum of RGB (Red+Green+Blue) = 147+90+165=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #935AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AA5 is #6CA55A. Grayscale: #737373. Windows color (decimal): -7120219 or 10836627. OLE color: 10836627.

HSL color Cylindrical-coordinate representation of color #935AA5: hue angle of 285.6º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935AA5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 90 165 -
CMYK 0.11 0.45 0 0.35
HSL 285.6º 0.29% 0.5% -
HSV(B) 285.6º 0.45% 0.65% -
XYZ 22.48 16.23 37.55 -
YUV 115.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 147 90 165 0.11 0.45 0 0.35 285.6 0.29 0.5
Hex 93 5A A5 B 2D 0 23 11E 1D 32
Octal 223 132 245 13 55 0 43 436 35 62
Binary 10010011 1011010 10100101 1011 101101 0 100011 100011110 11101 110010

Color Harmonies of #935AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AA5

Black with #935AA5

Text Example


Text Example

White with #935AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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