#9A66CC

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

Shades of Amethyst #9A66CC

Tints of Amethyst #9A66CC

Color information

#9A66CC (or 0x9A66CC) is unknown color: approx Amethyst. HEX triplet: 9A, 66 and CC. RGB value is (154,102,204). Sum of RGB (Red+Green+Blue) = 154+102+204=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66CC is #659933. Grayscale: #808080. Windows color (decimal): -6658356 or 13395610. OLE color: 13395610.

HSL color Cylindrical-coordinate representation of color #9A66CC: hue angle of 270.59º degrees, saturation: 0.5, 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 #9A66CC is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154102204-
CMYK0.250.500.2
HSL270.59º50%60%-
HSV(B)270.59º50%80%-
XYZ28.9820.7359.6-
YUV129.18170.23145.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=33.48%
G=22.17%
B=44.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541022040.250.500.2270.595060
Hex9A66CC193201410f323c
Octal23214631431620244176274
Binary1001101011001101100110011001110010010100100001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,102,204); }

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

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

 a { background-color: rgb(154,102,204); }

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

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

 span { border-color: rgb(154,102,204); }

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