#9257BF

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

Shades of Deep Lilac #9257BF

Tints of Deep Lilac #9257BF

Color information

#9257BF (or 0x9257BF) is unknown color: approx Deep Lilac. HEX triplet: 92, 57 and BF. RGB value is (146,87,191). Sum of RGB (Red+Green+Blue) = 146+87+191=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9257BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257BF is #6DA840. Grayscale: #747474. Windows color (decimal): -7186497 or 12539794. OLE color: 12539794.

HSL color Cylindrical-coordinate representation of color #9257BF: hue angle of 274.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9257BF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14687191-
CMYK0.240.5400.25
HSL274.04º44.83%54.51%-
HSV(B)274.04º54.45%74.9%-
XYZ24.6716.6951.21-
YUV116.5170.05149.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 191 (75% from 255) = 45.05%
R=34.43%
G=20.52%
B=45.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146871910.240.5400.25274.0444.8354.51
Hex9257BF18360191122d37
Octal22212727730660314225567
Binary1001001010101111011111111000110110011001100010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9257BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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