#9D6BBE

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

Shades of Amethyst #9D6BBE

Tints of Amethyst #9D6BBE

Color information

#9D6BBE (or 0x9D6BBE) is unknown color: approx Amethyst. HEX triplet: 9D, 6B and BE. RGB value is (157,107,190). Sum of RGB (Red+Green+Blue) = 157+107+190=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6BBE is #629441. Grayscale: #838383. Windows color (decimal): -6460482 or 12479389. OLE color: 12479389.

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

Color convert

RGB157107190-
CMYK0.170.4400.25
HSL276.14º38.97%58.24%-
HSV(B)276.14º43.68%74.51%-
XYZ28.4621.451.35-
YUV131.41161.06146.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=34.58%
G=23.57%
B=41.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571071900.170.4400.25276.1438.9758.24
Hex9D6BBE112C019114273a
Octal23515327621540314244772
Binary1001110111010111011111010001101100011001100010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,107,190); }

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

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

 a { background-color: rgb(157,107,190); }

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

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

 span { border-color: rgb(157,107,190); }

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