Html Css Color HEX #935EAA Deep Lilac

📋 copy color: '#935EAA'

red 147 ◦ green 94 ◦ blue 170

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

Shades of Deep Lilac #935EAA

Tints of Deep Lilac #935EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 35.77%
G = 22.87%
B = 41.36%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#935EAA (or 0x935EAA) is known color: Deep Lilac. HEX triplet: 93, 5E and AA. RGB value is (147,94,170). Sum of RGB (Red+Green+Blue) = 147+94+170=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #935EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935EAA is #6CA155. Grayscale: #767676. Windows color (decimal): -7119190 or 11165331. OLE color: 11165331.

HSL color Cylindrical-coordinate representation of color #935EAA: hue angle of 281.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935EAA is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 94 170 -
CMYK 0.14 0.45 0 0.33
HSL 281.84º 0.31% 0.52% -
HSV(B) 281.84º 0.45% 0.67% -
XYZ 23.29 17.11 40.11 -
YUV 118.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 147 94 170 0.14 0.45 0 0.33 281.84 0.31 0.52
Hex 93 5E AA E 2D 0 21 11A 1F 34
Octal 223 136 252 16 55 0 41 432 37 64
Binary 10010011 1011110 10101010 1110 101101 0 100001 100011010 11111 110100

Color Harmonies of #935EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935EAA

Black with #935EAA

Text Example


Text Example

White with #935EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,94,170); }

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

background-color css

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

 a { background-color: rgb(147,94,170); }

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

border-color css

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

 span { border-color: rgb(147,94,170); }

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