Html Css Color HEX #9259AD Deep Lilac

📋 copy color: '#9259AD'

red 146 ◦ green 89 ◦ blue 173

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

Shades of Deep Lilac #9259AD

Tints of Deep Lilac #9259AD

RGB

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

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

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

R = 35.78%
G = 21.81%
B = 42.4%

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

#9259AD (or 0x9259AD) is known color: Deep Lilac. HEX triplet: 92, 59 and AD. RGB value is (146,89,173). Sum of RGB (Red+Green+Blue) = 146+89+173=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #9259AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9259AD is #6DA652. Grayscale: #737373. Windows color (decimal): -7186003 or 11360658. OLE color: 11360658.

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

Color convert

RGB 146 89 173 -
CMYK 0.16 0.49 0 0.32
HSL 280.71º 0.34% 0.51% -
HSV(B) 280.71º 0.49% 0.68% -
XYZ 22.97 16.27 41.47 -
YUV 115.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 146 89 173 0.16 0.49 0 0.32 280.71 0.34 0.51
Hex 92 59 AD 10 31 0 20 119 22 33
Octal 222 131 255 20 61 0 40 431 42 63
Binary 10010010 1011001 10101101 10000 110001 0 100000 100011001 100010 110011

Color Harmonies of #9259AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259AD

Black with #9259AD

Text Example


Text Example

White with #9259AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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