Html Css Color HEX #925BAE Deep Lilac

📋 copy color: '#925BAE'

red 146 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #925BAE

Tints of Deep Lilac #925BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

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

R = 35.52%
G = 22.14%
B = 42.34%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#925BAE (or 0x925BAE) is known color: Deep Lilac. HEX triplet: 92, 5B and AE. RGB value is (146,91,174). Sum of RGB (Red+Green+Blue) = 146+91+174=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #925BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925BAE is #6DA451. Grayscale: #747474. Windows color (decimal): -7185490 or 11426706. OLE color: 11426706.

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

Color convert

RGB 146 91 174 -
CMYK 0.16 0.48 0 0.32
HSL 279.76º 0.34% 0.52% -
HSV(B) 279.76º 0.48% 0.68% -
XYZ 23.24 16.65 42.03 -
YUV 116.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 146 91 174 0.16 0.48 0 0.32 279.76 0.34 0.52
Hex 92 5B AE 10 30 0 20 118 22 34
Octal 222 133 256 20 60 0 40 430 42 64
Binary 10010010 1011011 10101110 10000 110000 0 100000 100011000 100010 110100

Color Harmonies of #925BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BAE

Black with #925BAE

Text Example


Text Example

White with #925BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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