#9257CD

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

Shades of Amethyst #9257CD

Tints of Amethyst #9257CD

Color information

#9257CD (or 0x9257CD) is unknown color: approx Amethyst. HEX triplet: 92, 57 and CD. RGB value is (146,87,205). Sum of RGB (Red+Green+Blue) = 146+87+205=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #9257CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257CD is #6DA832. Grayscale: #757575. Windows color (decimal): -7186483 or 13457298. OLE color: 13457298.

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

Color convert

RGB14687205-
CMYK0.290.5800.20
HSL270º54.13%57.25%-
HSV(B)270º57.56%80.39%-
XYZ26.2817.3459.72-
YUV118.09177.05147.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=33.33%
G=19.86%
B=46.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146872050.290.5800.2027054.1357.25
Hex9257CD1D3A01410e3639
Octal22212731535720244166671
Binary1001001010101111100110111101111010010100100001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9257CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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