#9C66CD

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

Shades of Amethyst #9C66CD

Tints of Amethyst #9C66CD

Color information

#9C66CD (or 0x9C66CD) is unknown color: approx Amethyst. HEX triplet: 9C, 66 and CD. RGB value is (156,102,205). Sum of RGB (Red+Green+Blue) = 156+102+205=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66CD is #639932. Grayscale: #818181. Windows color (decimal): -6527283 or 13461148. OLE color: 13461148.

HSL color Cylindrical-coordinate representation of color #9C66CD: hue angle of 271.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C66CD is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156102205-
CMYK0.240.5000.20
HSL271.46º50.74%60.2%-
HSV(B)271.46º50.24%80.39%-
XYZ29.4820.9860.25-
YUV129.89170.39146.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=33.69%
G=22.03%
B=44.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561022050.240.5000.20271.4650.7460.2
Hex9C66CD183201410f333c
Octal23414631530620244176374
Binary1001110011001101100110111000110010010100100001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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