#9D71CC

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

Shades of Amethyst #9D71CC

Tints of Amethyst #9D71CC

Color information

#9D71CC (or 0x9D71CC) is unknown color: approx Amethyst. HEX triplet: 9D, 71 and CC. RGB value is (157,113,204). Sum of RGB (Red+Green+Blue) = 157+113+204=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D71CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71CC is #628E33. Grayscale: #888888. Windows color (decimal): -6458932 or 13398429. OLE color: 13398429.

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

Color convert

RGB157113204-
CMYK0.230.4500.2
HSL269.01º47.15%62.16%-
HSV(B)269.01º44.61%80%-
XYZ30.7123.3460.01-
YUV136.53166.08142.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=33.12%
G=23.84%
B=43.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571132040.230.4500.2269.0147.1562.16
Hex9D71CC172D01410d2f3e
Octal23516131427550244155776
Binary1001110111100011100110010111101101010100100001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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