Html Css Color HEX #9254AA Deep Lilac

📋 copy color: '#9254AA'

red 146 ◦ green 84 ◦ blue 170

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

Shades of Deep Lilac #9254AA

Tints of Deep Lilac #9254AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 36.5%
G = 21%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9254AA (or 0x9254AA) is known color: Deep Lilac. HEX triplet: 92, 54 and AA. RGB value is (146,84,170). Sum of RGB (Red+Green+Blue) = 146+84+170=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9254AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9254AA is #6DAB55. Grayscale: #707070. Windows color (decimal): -7187286 or 11162770. OLE color: 11162770.

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

Color convert

RGB 146 84 170 -
CMYK 0.14 0.51 0 0.33
HSL 283.26º 0.34% 0.5% -
HSV(B) 283.26º 0.51% 0.67% -
XYZ 22.28 15.35 39.82 -
YUV 112.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 146 84 170 0.14 0.51 0 0.33 283.26 0.34 0.5
Hex 92 54 AA E 33 0 21 11B 22 32
Octal 222 124 252 16 63 0 41 433 42 62
Binary 10010010 1010100 10101010 1110 110011 0 100001 100011011 100010 110010

Color Harmonies of #9254AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254AA

Black with #9254AA

Text Example


Text Example

White with #9254AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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