#9152D9

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

Shades of Amethyst #9152D9

Tints of Amethyst #9152D9

Color information

#9152D9 (or 0x9152D9) is unknown color: approx Amethyst. HEX triplet: 91, 52 and D9. RGB value is (145,82,217). Sum of RGB (Red+Green+Blue) = 145+82+217=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #9152D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152D9 is #6EAD26. Grayscale: #737373. Windows color (decimal): -7253287 or 14242449. OLE color: 14242449.

HSL color Cylindrical-coordinate representation of color #9152D9: hue angle of 268º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9152D9 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14582217-
CMYK0.330.6200.15
HSL268º63.98%58.63%-
HSV(B)268º62.21%85.1%-
XYZ27.2217.0667.5-
YUV116.23184.87148.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=32.66%
G=18.47%
B=48.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal145822170.330.6200.1526863.9858.63
Hex9152D9213E0F10c403b
Octal221122331417601741410073
Binary10010001101001011011001100001111110011111000011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9152D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9152D9; }

 p { color: rgb(145,82,217); }

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

<style>
 a { background-color: #9152D9; }

 a { background-color: rgb(145,82,217); }

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

<style>
 span { border-color: #9152D9; }

 span { border-color: rgb(145,82,217); }

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