#9155CA

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

Shades of Amethyst #9155CA

Tints of Amethyst #9155CA

Color information

#9155CA (or 0x9155CA) is unknown color: approx Amethyst. HEX triplet: 91, 55 and CA. RGB value is (145,85,202). Sum of RGB (Red+Green+Blue) = 145+85+202=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #9155CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155CA is #6EAA35. Grayscale: #737373. Windows color (decimal): -7252534 or 13260177. OLE color: 13260177.

HSL color Cylindrical-coordinate representation of color #9155CA: hue angle of 270.77º 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 #9155CA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14585202-
CMYK0.280.5800.21
HSL270.77º52.47%56.27%-
HSV(B)270.77º57.92%79.22%-
XYZ25.5916.7857.77-
YUV116.28176.38148.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=33.56%
G=19.68%
B=46.76%

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
Decimal145852020.280.5800.21270.7752.4756.27
Hex9155CA1C3A01510f3438
Octal22112531234720254176470
Binary1001000110101011100101011100111010010101100001111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9155CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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