#9255CA

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

Shades of Amethyst #9255CA

Tints of Amethyst #9255CA

Color information

#9255CA (or 0x9255CA) is unknown color: approx Amethyst. HEX triplet: 92, 55 and CA. RGB value is (146,85,202). Sum of RGB (Red+Green+Blue) = 146+85+202=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9255CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255CA is #6DAA35. Grayscale: #747474. Windows color (decimal): -7186998 or 13260178. OLE color: 13260178.

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

Color convert

RGB14685202-
CMYK0.280.5800.21
HSL271.28º52.47%56.27%-
HSV(B)271.28º57.92%79.22%-
XYZ25.7616.8757.78-
YUV116.58176.21148.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=33.72%
G=19.63%
B=46.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146852020.280.5800.21271.2852.4756.27
Hex9255CA1C3A01510f3438
Octal22212531234720254176470
Binary1001001010101011100101011100111010010101100001111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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