#9D6ACC

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

Shades of Amethyst #9D6ACC

Tints of Amethyst #9D6ACC

Color information

#9D6ACC (or 0x9D6ACC) is unknown color: approx Amethyst. HEX triplet: 9D, 6A and CC. RGB value is (157,106,204). Sum of RGB (Red+Green+Blue) = 157+106+204=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ACC is #629533. Grayscale: #848484. Windows color (decimal): -6460724 or 13396637. OLE color: 13396637.

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

Color convert

RGB157106204-
CMYK0.230.4800.2
HSL271.22º49%60.78%-
HSV(B)271.22º48.04%80%-
XYZ29.9621.8459.76-
YUV132.42168.4145.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=33.62%
G=22.70%
B=43.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571062040.230.4800.2271.224960.78
Hex9D6ACC173001410f313d
Octal23515231427600244176175
Binary1001110111010101100110010111110000010100100001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,106,204); }

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

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

 a { background-color: rgb(157,106,204); }

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

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

 span { border-color: rgb(157,106,204); }

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