#9C66DB

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

Shades of Amethyst #9C66DB

Tints of Amethyst #9C66DB

Color information

#9C66DB (or 0x9C66DB) is unknown color: approx Amethyst. HEX triplet: 9C, 66 and DB. RGB value is (156,102,219). Sum of RGB (Red+Green+Blue) = 156+102+219=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66DB is #639924. Grayscale: #838383. Windows color (decimal): -6527269 or 14378652. OLE color: 14378652.

HSL color Cylindrical-coordinate representation of color #9C66DB: hue angle of 267.69º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C66DB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156102219-
CMYK0.290.5300.14
HSL267.69º61.9%62.94%-
HSV(B)267.69º53.42%85.88%-
XYZ31.2521.6969.56-
YUV131.48177.39145.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=32.70%
G=21.38%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561022190.290.5300.14267.6961.962.94
Hex9C66DB1D350E10c3e3f
Octal23414633335650164147677
Binary100111001100110110110111110111010101110100001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C66DB; }

 p { color: rgb(156,102,219); }

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

<style>
 a { background-color: #9C66DB; }

 a { background-color: rgb(156,102,219); }

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

<style>
 span { border-color: #9C66DB; }

 span { border-color: rgb(156,102,219); }

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