#9256E1

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

Shades of Amethyst #9256E1

Tints of Amethyst #9256E1

Color information

#9256E1 (or 0x9256E1) is unknown color: approx Amethyst. HEX triplet: 92, 56 and E1. RGB value is (146,86,225). Sum of RGB (Red+Green+Blue) = 146+86+225=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #9256E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256E1 is #6DA91E. Grayscale: #777777. Windows color (decimal): -7186719 or 14767762. OLE color: 14767762.

HSL color Cylindrical-coordinate representation of color #9256E1: hue angle of 265.9º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9256E1 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14686225-
CMYK0.350.6200.12
HSL265.9º69.85%60.98%-
HSV(B)265.9º61.78%88.24%-
XYZ28.7718.273.23-
YUV119.79187.38146.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=31.95%
G=18.82%
B=49.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146862250.350.6200.12265.969.8560.98
Hex9256E1233E0C10a463d
Octal222126341437601441210675
Binary10010010101011011100001100011111110011001000010101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9256E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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