#9952D0

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

Shades of Amethyst #9952D0

Tints of Amethyst #9952D0

Color information

#9952D0 (or 0x9952D0) is unknown color: approx Amethyst. HEX triplet: 99, 52 and D0. RGB value is (153,82,208). Sum of RGB (Red+Green+Blue) = 153+82+208=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #9952D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952D0 is #66AD2F. Grayscale: #757575. Windows color (decimal): -6729008 or 13652633. OLE color: 13652633.

HSL color Cylindrical-coordinate representation of color #9952D0: hue angle of 273.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9952D0 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15382208-
CMYK0.260.6100.18
HSL273.81º57.27%56.86%-
HSV(B)273.81º60.58%81.57%-
XYZ27.5417.3661.57-
YUV117.59179.02153.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=34.54%
G=18.51%
B=46.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153822080.260.6100.18273.8157.2756.86
Hex9952D01A3D0121123939
Octal23112232032750224227171
Binary1001100110100101101000011010111101010010100010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9952D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9952D0; }

 p { color: rgb(153,82,208); }

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

<style>
 a { background-color: #9952D0; }

 a { background-color: rgb(153,82,208); }

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

<style>
 span { border-color: #9952D0; }

 span { border-color: rgb(153,82,208); }

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