#9D68BF

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

Shades of Amethyst #9D68BF

Tints of Amethyst #9D68BF

Color information

#9D68BF (or 0x9D68BF) is unknown color: approx Amethyst. HEX triplet: 9D, 68 and BF. RGB value is (157,104,191). Sum of RGB (Red+Green+Blue) = 157+104+191=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68BF is #629740. Grayscale: #818181. Windows color (decimal): -6461249 or 12544157. OLE color: 12544157.

HSL color Cylindrical-coordinate representation of color #9D68BF: hue angle of 276.55º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D68BF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157104191-
CMYK0.180.4600.25
HSL276.55º40.47%57.84%-
HSV(B)276.55º45.55%74.9%-
XYZ28.2620.8351.82-
YUV129.76162.56147.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 191 (75% from 255) = 42.26%
R=34.73%
G=23.01%
B=42.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571041910.180.4600.25276.5540.4757.84
Hex9D68BF122E019115283a
Octal23515027722560314255072
Binary1001110111010001011111110010101110011001100010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,191); }

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

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

 a { background-color: rgb(157,104,191); }

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

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

 span { border-color: rgb(157,104,191); }

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