#9D6CC1

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

Shades of Amethyst #9D6CC1

Tints of Amethyst #9D6CC1

Color information

#9D6CC1 (or 0x9D6CC1) is unknown color: approx Amethyst. HEX triplet: 9D, 6C and C1. RGB value is (157,108,193). Sum of RGB (Red+Green+Blue) = 157+108+193=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6CC1 is #62933E. Grayscale: #848484. Windows color (decimal): -6460223 or 12676253. OLE color: 12676253.

HSL color Cylindrical-coordinate representation of color #9D6CC1: hue angle of 274.59º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D6CC1 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB157108193-
CMYK0.190.4400.24
HSL274.59º40.67%59.02%-
HSV(B)274.59º44.04%75.69%-
XYZ28.8921.7453.13-
YUV132.34162.23145.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.28%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=34.28%
G=23.58%
B=42.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571081930.190.4400.24274.5940.6759.02
Hex9D6CC1132C018113293b
Octal23515430123540304235173
Binary1001110111011001100000110011101100011000100010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,193); }

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

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

 a { background-color: rgb(157,108,193); }

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

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

 span { border-color: rgb(157,108,193); }

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