Html Css Color HEX #925FAD Deep Lilac

📋 copy color: '#925FAD'

red 146 ◦ green 95 ◦ blue 173

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

Shades of Deep Lilac #925FAD

Tints of Deep Lilac #925FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 35.27%
G = 22.95%
B = 41.79%

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

#925FAD (or 0x925FAD) is known color: Deep Lilac. HEX triplet: 92, 5F and AD. RGB value is (146,95,173). Sum of RGB (Red+Green+Blue) = 146+95+173=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #925FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925FAD is #6DA052. Grayscale: #767676. Windows color (decimal): -7184467 or 11362194. OLE color: 11362194.

HSL color Cylindrical-coordinate representation of color #925FAD: hue angle of 279.23º degrees, saturation: 0.32, 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 #925FAD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 95 173 -
CMYK 0.16 0.45 0 0.32
HSL 279.23º 0.32% 0.53% -
HSV(B) 279.23º 0.45% 0.68% -
XYZ 23.49 17.31 41.64 -
YUV 119.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 146 95 173 0.16 0.45 0 0.32 279.23 0.32 0.53
Hex 92 5F AD 10 2D 0 20 117 20 35
Octal 222 137 255 20 55 0 40 427 40 65
Binary 10010010 1011111 10101101 10000 101101 0 100000 100010111 100000 110101

Color Harmonies of #925FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FAD

Black with #925FAD

Text Example


Text Example

White with #925FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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