#9256CA

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

Shades of Amethyst #9256CA

Tints of Amethyst #9256CA

Color information

#9256CA (or 0x9256CA) is unknown color: approx Amethyst. HEX triplet: 92, 56 and CA. RGB value is (146,86,202). Sum of RGB (Red+Green+Blue) = 146+86+202=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9256CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256CA is #6DA935. Grayscale: #747474. Windows color (decimal): -7186742 or 13260434. OLE color: 13260434.

HSL color Cylindrical-coordinate representation of color #9256CA: hue angle of 271.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9256CA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14686202-
CMYK0.280.5700.21
HSL271.03º52.25%56.47%-
HSV(B)271.03º57.43%79.22%-
XYZ25.8417.0357.8-
YUV117.16175.88148.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=33.64%
G=19.82%
B=46.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146862020.280.5700.21271.0352.2556.47
Hex9256CA1C3901510f3438
Octal22212631234710254176470
Binary1001001010101101100101011100111001010101100001111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9256CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9256CA; }

 p { color: rgb(146,86,202); }

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

<style>
 a { background-color: #9256CA; }

 a { background-color: rgb(146,86,202); }

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

<style>
 span { border-color: #9256CA; }

 span { border-color: rgb(146,86,202); }

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