#9A6ECC

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

Shades of Amethyst #9A6ECC

Tints of Amethyst #9A6ECC

Color information

#9A6ECC (or 0x9A6ECC) is unknown color: approx Amethyst. HEX triplet: 9A, 6E and CC. RGB value is (154,110,204). Sum of RGB (Red+Green+Blue) = 154+110+204=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECC is #659133. Grayscale: #858585. Windows color (decimal): -6656308 or 13397658. OLE color: 13397658.

HSL color Cylindrical-coordinate representation of color #9A6ECC: hue angle of 268.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6ECC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154110204-
CMYK0.250.4600.2
HSL268.09º47.96%61.57%-
HSV(B)268.09º46.08%80%-
XYZ29.822.3859.88-
YUV133.87167.58142.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=32.91%
G=23.50%
B=43.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541102040.250.4600.2268.0947.9661.57
Hex9A6ECC192E01410c303e
Octal23215631431560244146076
Binary1001101011011101100110011001101110010100100001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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