#9257AF

Color #9257AF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9257AF

Tints of Deep Lilac #9257AF

Color information

#9257AF (or 0x9257AF) is unknown color: approx Deep Lilac. HEX triplet: 92, 57 and AF. RGB value is (146,87,175). Sum of RGB (Red+Green+Blue) = 146+87+175=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #9257AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9257AF is #6DA850. Grayscale: #727272. Windows color (decimal): -7186513 or 11491218. OLE color: 11491218.

HSL color Cylindrical-coordinate representation of color #9257AF: hue angle of 280.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9257AF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14687175-
CMYK0.170.5000.31
HSL280.23º35.48%51.37%-
HSV(B)280.23º50.29%68.63%-
XYZ2316.0242.44-
YUV114.67162.05150.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 87 (34.38% from 255) = 21.32%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=35.78%
G=21.32%
B=42.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146871750.170.5000.31280.2335.4851.37
Hex9257AF113201F1182333
Octal22212725721620374304363
Binary1001001010101111010111110001110010011111100011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9257AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9257AF; }

 p { color: rgb(146,87,175); }

 H1.HeaderClassName
 {
   color: #9257AF;
 }
 .AnyTagClassName
 {
   color: #9257AF;
 }
</style>
background-color css

<style>
 a { background-color: #9257AF; }

 a { background-color: rgb(146,87,175); }

 div.DivClassName
 {
   background-color: #9257AF;
 }
 .BgClassName
 {
   background-color: #9257AF;
 }
</style>
border-color css

<style>
 span { border-color: #9257AF; }

 span { border-color: rgb(146,87,175); }

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