#9661C2

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

Shades of Amethyst #9661C2

Tints of Amethyst #9661C2

Color information

#9661C2 (or 0x9661C2) is unknown color: approx Amethyst. HEX triplet: 96, 61 and C2. RGB value is (150,97,194). Sum of RGB (Red+Green+Blue) = 150+97+194=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #9661C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661C2 is #699E3D. Grayscale: #7B7B7B. Windows color (decimal): -6921790 or 12738966. OLE color: 12738966.

HSL color Cylindrical-coordinate representation of color #9661C2: hue angle of 272.78º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9661C2 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15097194-
CMYK0.230.5000.24
HSL272.78º44.29%57.06%-
HSV(B)272.78º50%76.08%-
XYZ26.5918.9353.29-
YUV123.9167.56146.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 194 (76.17% from 255) = 43.99%
R=34.01%
G=22.00%
B=43.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150971940.230.5000.24272.7844.2957.06
Hex9661C217320181112c39
Octal22614130227620304215471
Binary1001011011000011100001010111110010011000100010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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