#9D61CB

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

Shades of Amethyst #9D61CB

Tints of Amethyst #9D61CB

Color information

#9D61CB (or 0x9D61CB) is unknown color: approx Amethyst. HEX triplet: 9D, 61 and CB. RGB value is (157,97,203). Sum of RGB (Red+Green+Blue) = 157+97+203=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61CB is #629E34. Grayscale: #7E7E7E. Windows color (decimal): -6463029 or 13328797. OLE color: 13328797.

HSL color Cylindrical-coordinate representation of color #9D61CB: hue angle of 273.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D61CB is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15797203-
CMYK0.230.5200.20
HSL273.96º50.48%58.82%-
HSV(B)273.96º52.22%79.61%-
XYZ28.9620.0358.84-
YUV127.02170.88149.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=34.35%
G=21.23%
B=44.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157972030.230.5200.20273.9650.4858.82
Hex9D61CB1734014112323b
Octal23514131327640244226273
Binary1001110111000011100101110111110100010100100010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,203); }

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

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

 a { background-color: rgb(157,97,203); }

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

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

 span { border-color: rgb(157,97,203); }

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