#9F61CB

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

Shades of Amethyst #9F61CB

Tints of Amethyst #9F61CB

Color information

#9F61CB (or 0x9F61CB) is unknown color: approx Amethyst. HEX triplet: 9F, 61 and CB. RGB value is (159,97,203). Sum of RGB (Red+Green+Blue) = 159+97+203=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61CB is #609E34. Grayscale: #7F7F7F. Windows color (decimal): -6331957 or 13328799. OLE color: 13328799.

HSL color Cylindrical-coordinate representation of color #9F61CB: hue angle of 275.09º 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 #9F61CB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15997203-
CMYK0.220.5200.20
HSL275.09º50.48%58.82%-
HSV(B)275.09º52.22%79.61%-
XYZ29.3520.2358.86-
YUV127.62170.54150.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=34.64%
G=21.13%
B=44.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159972030.220.5200.20275.0950.4858.82
Hex9F61CB1634014113323b
Octal23714131326640244236273
Binary1001111111000011100101110110110100010100100010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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