#9A6CCC

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

Shades of Amethyst #9A6CCC

Tints of Amethyst #9A6CCC

Color information

#9A6CCC (or 0x9A6CCC) is unknown color: approx Amethyst. HEX triplet: 9A, 6C and CC. RGB value is (154,108,204). Sum of RGB (Red+Green+Blue) = 154+108+204=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CCC is #659333. Grayscale: #848484. Windows color (decimal): -6656820 or 13397146. OLE color: 13397146.

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

Color convert

RGB154108204-
CMYK0.250.4700.2
HSL268.75º48.48%61.18%-
HSV(B)268.75º47.06%80%-
XYZ29.5921.9559.8-
YUV132.7168.24143.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=33.05%
G=23.18%
B=43.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541082040.250.4700.2268.7548.4861.18
Hex9A6CCC192F01410d303d
Octal23215431431570244156075
Binary1001101011011001100110011001101111010100100001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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