#9661D4

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

Shades of Amethyst #9661D4

Tints of Amethyst #9661D4

Color information

#9661D4 (or 0x9661D4) is unknown color: approx Amethyst. HEX triplet: 96, 61 and D4. RGB value is (150,97,212). Sum of RGB (Red+Green+Blue) = 150+97+212=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #9661D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661D4 is #699E2B. Grayscale: #7D7D7D. Windows color (decimal): -6921772 or 13918614. OLE color: 13918614.

HSL color Cylindrical-coordinate representation of color #9661D4: hue angle of 267.65º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9661D4 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15097212-
CMYK0.290.5400.17
HSL267.65º57.21%60.59%-
HSV(B)267.65º54.25%83.14%-
XYZ28.7419.7964.59-
YUV125.96176.56145.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 212 (83.20% from 255) = 46.19%
R=32.68%
G=21.13%
B=46.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150972120.290.5400.17267.6557.2160.59
Hex9661D41D3601110c393d
Octal22614132435660214147175
Binary1001011011000011101010011101110110010001100001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9661D4; }

 p { color: rgb(150,97,212); }

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

<style>
 a { background-color: #9661D4; }

 a { background-color: rgb(150,97,212); }

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

<style>
 span { border-color: #9661D4; }

 span { border-color: rgb(150,97,212); }

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