#9153ca

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

Shades of Amethyst #9153CA

Tints of Amethyst #9153CA

Color information

#9153CA (or 0x9153CA) is unknown color: approx Amethyst. HEX triplet: 91, 53 and CA. RGB value is (145,83,202). Sum of RGB (Red+Green+Blue) = 145+83+202=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #9153CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9153CA is #6EAC35. Grayscale: #727272. Windows color (decimal): -7253046 or 13259665. OLE color: 13259665.

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

Color convert

RGB14583202-
CMYK0.280.5900.21
HSL271.26º52.89%55.88%-
HSV(B)271.26º58.91%79.22%-
XYZ25.4316.4757.72-
YUV115.1177.04149.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 83 (32.81% from 255) = 19.30%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=33.72%
G=19.30%
B=46.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145832020.280.5900.21271.2652.8955.88
Hex9153CA1C3B01510f3538
Octal22112331234730254176570
Binary1001000110100111100101011100111011010101100001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9153ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9153ca; }

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

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

<style>
 a { background-color: #9153ca; }

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

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

<style>
 span { border-color: #9153ca; }

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

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