#9466CC

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

Shades of Amethyst #9466CC

Tints of Amethyst #9466CC

Color information

#9466CC (or 0x9466CC) is unknown color: approx Amethyst. HEX triplet: 94, 66 and CC. RGB value is (148,102,204). Sum of RGB (Red+Green+Blue) = 148+102+204=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9466CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466CC is #6B9933. Grayscale: #7F7F7F. Windows color (decimal): -7051572 or 13395604. OLE color: 13395604.

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

Color convert

RGB148102204-
CMYK0.270.500.2
HSL267.06º50%60%-
HSV(B)267.06º50%80%-
XYZ27.8620.1659.55-
YUV127.38171.24142.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=32.60%
G=22.47%
B=44.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481022040.270.500.2267.065060
Hex9466CC1B3201410b323c
Octal22414631433620244136274
Binary1001010011001101100110011011110010010100100001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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