#9066CC

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

Shades of Amethyst #9066CC

Tints of Amethyst #9066CC

Color information

#9066CC (or 0x9066CC) is unknown color: approx Amethyst. HEX triplet: 90, 66 and CC. RGB value is (144,102,204). Sum of RGB (Red+Green+Blue) = 144+102+204=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #9066CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066CC is #6F9933. Grayscale: #7D7D7D. Windows color (decimal): -7313716 or 13395600. OLE color: 13395600.

HSL color Cylindrical-coordinate representation of color #9066CC: hue angle of 264.71º 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 #9066CC is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144102204-
CMYK0.290.500.2
HSL264.71º50%60%-
HSV(B)264.71º50%80%-
XYZ27.1519.7959.52-
YUV126.19171.91140.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=32%
G=22.67%
B=45.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441022040.290.500.2264.715060
Hex9066CC1D32014109323c
Octal22014631435620244116274
Binary1001000011001101100110011101110010010100100001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9066CC; }

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

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

<style>
 a { background-color: #9066CC; }

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

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

<style>
 span { border-color: #9066CC; }

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

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