#9961d5

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

Shades of Amethyst #9961D5

Tints of Amethyst #9961D5

Color information

#9961D5 (or 0x9961D5) is unknown color: approx Amethyst. HEX triplet: 99, 61 and D5. RGB value is (153,97,213). Sum of RGB (Red+Green+Blue) = 153+97+213=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #9961D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961D5 is #669E2A. Grayscale: #7E7E7E. Windows color (decimal): -6725163 or 13984153. OLE color: 13984153.

HSL color Cylindrical-coordinate representation of color #9961D5: hue angle of 268.97º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9961D5 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15397213-
CMYK0.280.5400.16
HSL268.97º58%60.78%-
HSV(B)268.97º54.46%83.53%-
XYZ29.4220.1365.28-
YUV126.97176.55146.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 213 (83.59% from 255) = 46.00%
R=33.05%
G=20.95%
B=46.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153972130.280.5400.16268.975860.78
Hex9961D51C3601010d3a3d
Octal23114132534660204157275
Binary1001100111000011101010111100110110010000100001101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9961d5; }

 p { color: rgb(153,97,213); }

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

<style>
 a { background-color: #9961d5; }

 a { background-color: rgb(153,97,213); }

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

<style>
 span { border-color: #9961d5; }

 span { border-color: rgb(153,97,213); }

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