Html Css Color HEX #925FAE Deep Lilac

📋 copy color: '#925FAE'

red 146 ◦ green 95 ◦ blue 174

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

Shades of Deep Lilac #925FAE

Tints of Deep Lilac #925FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 35.18%
G = 22.89%
B = 41.93%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#925FAE (or 0x925FAE) is known color: Deep Lilac. HEX triplet: 92, 5F and AE. RGB value is (146,95,174). Sum of RGB (Red+Green+Blue) = 146+95+174=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #925FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925FAE is #6DA051. Grayscale: #767676. Windows color (decimal): -7184466 or 11427730. OLE color: 11427730.

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

Color convert

RGB 146 95 174 -
CMYK 0.16 0.45 0 0.32
HSL 278.73º 0.33% 0.53% -
HSV(B) 278.73º 0.45% 0.68% -
XYZ 23.59 17.35 42.15 -
YUV 119.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 146 95 174 0.16 0.45 0 0.32 278.73 0.33 0.53
Hex 92 5F AE 10 2D 0 20 117 21 35
Octal 222 137 256 20 55 0 40 427 41 65
Binary 10010010 1011111 10101110 10000 101101 0 100000 100010111 100001 110101

Color Harmonies of #925FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FAE

Black with #925FAE

Text Example


Text Example

White with #925FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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