#9D6CCC

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

Shades of Amethyst #9D6CCC

Tints of Amethyst #9D6CCC

Color information

#9D6CCC (or 0x9D6CCC) is unknown color: approx Amethyst. HEX triplet: 9D, 6C and CC. RGB value is (157,108,204). Sum of RGB (Red+Green+Blue) = 157+108+204=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6CCC is #629333. Grayscale: #858585. Windows color (decimal): -6460212 or 13397149. OLE color: 13397149.

HSL color Cylindrical-coordinate representation of color #9D6CCC: hue angle of 270.62º 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 #9D6CCC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157108204-
CMYK0.230.4700.2
HSL270.62º48.48%61.18%-
HSV(B)270.62º47.06%80%-
XYZ30.1722.2559.83-
YUV133.6167.73144.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.48%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=33.48%
G=23.03%
B=43.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571082040.230.4700.2270.6248.4861.18
Hex9D6CCC172F01410f303d
Octal23515431427570244176075
Binary1001110111011001100110010111101111010100100001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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