Html Css Color HEX #925EAE Deep Lilac

📋 copy color: '#925EAE'

red 146 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #925EAE

Tints of Deep Lilac #925EAE

RGB

 RED value IS 146 (57.42% from 255) = 35.27%

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

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

R = 35.27%
G = 22.71%
B = 42.03%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#925EAE (or 0x925EAE) is known color: Deep Lilac. HEX triplet: 92, 5E and AE. RGB value is (146,94,174). Sum of RGB (Red+Green+Blue) = 146+94+174=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #925EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925EAE is #6DA151. Grayscale: #767676. Windows color (decimal): -7184722 or 11427474. OLE color: 11427474.

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

Color convert

RGB 146 94 174 -
CMYK 0.16 0.46 0 0.32
HSL 279º 0.33% 0.53% -
HSV(B) 279º 0.46% 0.68% -
XYZ 23.5 17.17 42.12 -
YUV 118.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 146 94 174 0.16 0.46 0 0.32 279 0.33 0.53
Hex 92 5E AE 10 2E 0 20 117 21 35
Octal 222 136 256 20 56 0 40 427 41 65
Binary 10010010 1011110 10101110 10000 101110 0 100000 100010111 100001 110101

Color Harmonies of #925EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EAE

Black with #925EAE

Text Example


Text Example

White with #925EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925EAE; }

 p { color: rgb(146,94,174); }

 H1.HeaderClassName
 {
   color: #925EAE;
 }
 .AnyTagClassName
 {
   color: #925EAE;
 }
</style>

background-color css

<style>
 a { background-color: #925EAE; }

 a { background-color: rgb(146,94,174); }

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

border-color css

<style>
 span { border-color: #925EAE; }

 span { border-color: rgb(146,94,174); }

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