Html Css Color HEX #9259AE Deep Lilac

📋 copy color: '#9259AE'

red 146 ◦ green 89 ◦ blue 174

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

Shades of Deep Lilac #9259AE

Tints of Deep Lilac #9259AE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

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

R = 35.7%
G = 21.76%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9259AE (or 0x9259AE) is known color: Deep Lilac. HEX triplet: 92, 59 and AE. RGB value is (146,89,174). Sum of RGB (Red+Green+Blue) = 146+89+174=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9259AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9259AE is #6DA651. Grayscale: #737373. Windows color (decimal): -7186002 or 11426194. OLE color: 11426194.

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

Color convert

RGB 146 89 174 -
CMYK 0.16 0.49 0 0.32
HSL 280.24º 0.34% 0.52% -
HSV(B) 280.24º 0.49% 0.68% -
XYZ 23.07 16.31 41.98 -
YUV 115.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 146 89 174 0.16 0.49 0 0.32 280.24 0.34 0.52
Hex 92 59 AE 10 31 0 20 118 22 34
Octal 222 131 256 20 61 0 40 430 42 64
Binary 10010010 1011001 10101110 10000 110001 0 100000 100011000 100010 110100

Color Harmonies of #9259AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259AE

Black with #9259AE

Text Example


Text Example

White with #9259AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9259AE; }

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

 H1.HeaderClassName
 {
   color: #9259AE;
 }
 .AnyTagClassName
 {
   color: #9259AE;
 }
</style>

background-color css

<style>
 a { background-color: #9259AE; }

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

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

border-color css

<style>
 span { border-color: #9259AE; }

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

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