#9661CE

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

Shades of Amethyst #9661CE

Tints of Amethyst #9661CE

Color information

#9661CE (or 0x9661CE) is unknown color: approx Amethyst. HEX triplet: 96, 61 and CE. RGB value is (150,97,206). Sum of RGB (Red+Green+Blue) = 150+97+206=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9661CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661CE is #699E31. Grayscale: #7C7C7C. Windows color (decimal): -6921778 or 13525398. OLE color: 13525398.

HSL color Cylindrical-coordinate representation of color #9661CE: hue angle of 269.17º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9661CE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15097206-
CMYK0.270.5300.19
HSL269.17º52.66%59.41%-
HSV(B)269.17º52.91%80.78%-
XYZ27.9919.4960.68-
YUV125.27173.56145.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=33.11%
G=21.41%
B=45.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150972060.270.5300.19269.1752.6659.41
Hex9661CE1B3501310d353b
Octal22614131633650234156573
Binary1001011011000011100111011011110101010011100001101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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