#9951D0

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

Shades of Amethyst #9951D0

Tints of Amethyst #9951D0

Color information

#9951D0 (or 0x9951D0) is unknown color: approx Amethyst. HEX triplet: 99, 51 and D0. RGB value is (153,81,208). Sum of RGB (Red+Green+Blue) = 153+81+208=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #9951D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951D0 is #66AE2F. Grayscale: #747474. Windows color (decimal): -6729264 or 13652377. OLE color: 13652377.

HSL color Cylindrical-coordinate representation of color #9951D0: hue angle of 274.02º 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 #9951D0 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15381208-
CMYK0.260.6100.18
HSL274.02º57.47%56.67%-
HSV(B)274.02º61.06%81.57%-
XYZ27.4617.2161.55-
YUV117.01179.35153.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 208 (81.64% from 255) = 47.06%
R=34.62%
G=18.33%
B=47.06%

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
Decimal153812080.260.6100.18274.0257.4756.67
Hex9951D01A3D0121123939
Octal23112132032750224227171
Binary1001100110100011101000011010111101010010100010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9951D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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