Html Css Color HEX #9255AA Deep Lilac

📋 copy color: '#9255AA'

red 146 ◦ green 85 ◦ blue 170

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

Shades of Deep Lilac #9255AA

Tints of Deep Lilac #9255AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 36.41%
G = 21.2%
B = 42.39%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9255AA (or 0x9255AA) is known color: Deep Lilac. HEX triplet: 92, 55 and AA. RGB value is (146,85,170). Sum of RGB (Red+Green+Blue) = 146+85+170=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9255AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9255AA is #6DAA55. Grayscale: #707070. Windows color (decimal): -7187030 or 11163026. OLE color: 11163026.

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

Color convert

RGB 146 85 170 -
CMYK 0.14 0.50 0 0.33
HSL 283.06º 0.33% 0.5% -
HSV(B) 283.06º 0.5% 0.67% -
XYZ 22.36 15.51 39.85 -
YUV 112.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 146 85 170 0.14 0.50 0 0.33 283.06 0.33 0.5
Hex 92 55 AA E 32 0 21 11B 21 32
Octal 222 125 252 16 62 0 41 433 41 62
Binary 10010010 1010101 10101010 1110 110010 0 100001 100011011 100001 110010

Color Harmonies of #9255AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255AA

Black with #9255AA

Text Example


Text Example

White with #9255AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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