Html Css Color HEX #9252AA Deep Lilac

📋 copy color: '#9252AA'

red 146 ◦ green 82 ◦ blue 170

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

Shades of Deep Lilac #9252AA

Tints of Deep Lilac #9252AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 36.68%
G = 20.6%
B = 42.71%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9252AA (or 0x9252AA) is known color: Deep Lilac. HEX triplet: 92, 52 and AA. RGB value is (146,82,170). Sum of RGB (Red+Green+Blue) = 146+82+170=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #9252AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9252AA is #6DAD55. Grayscale: #6E6E6E. Windows color (decimal): -7187798 or 11162258. OLE color: 11162258.

HSL color Cylindrical-coordinate representation of color #9252AA: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9252AA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 82 170 -
CMYK 0.14 0.52 0 0.33
HSL 283.64º 0.35% 0.49% -
HSV(B) 283.64º 0.52% 0.67% -
XYZ 22.13 15.05 39.77 -
YUV 111.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 146 82 170 0.14 0.52 0 0.33 283.64 0.35 0.49
Hex 92 52 AA E 34 0 21 11C 23 31
Octal 222 122 252 16 64 0 41 434 43 61
Binary 10010010 1010010 10101010 1110 110100 0 100001 100011100 100011 110001

Color Harmonies of #9252AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252AA

Black with #9252AA

Text Example


Text Example

White with #9252AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9252AA; }

 p { color: rgb(146,82,170); }

 H1.HeaderClassName
 {
   color: #9252AA;
 }
 .AnyTagClassName
 {
   color: #9252AA;
 }
</style>

background-color css

<style>
 a { background-color: #9252AA; }

 a { background-color: rgb(146,82,170); }

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

border-color css

<style>
 span { border-color: #9252AA; }

 span { border-color: rgb(146,82,170); }

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