#9257CB

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

Shades of Amethyst #9257CB

Tints of Amethyst #9257CB

Color information

#9257CB (or 0x9257CB) is unknown color: approx Amethyst. HEX triplet: 92, 57 and CB. RGB value is (146,87,203). Sum of RGB (Red+Green+Blue) = 146+87+203=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9257CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257CB is #6DA834. Grayscale: #757575. Windows color (decimal): -7186485 or 13326226. OLE color: 13326226.

HSL color Cylindrical-coordinate representation of color #9257CB: hue angle of 270.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9257CB is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14687203-
CMYK0.280.5700.20
HSL270.52º52.73%56.86%-
HSV(B)270.52º57.14%79.61%-
XYZ26.0417.2458.45-
YUV117.86176.05148.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=33.49%
G=19.95%
B=46.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146872030.280.5700.20270.5252.7356.86
Hex9257CB1C3901410f3539
Octal22212731334710244176571
Binary1001001010101111100101111100111001010100100001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9257CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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