Html Css Color HEX #9F59CB Amethyst

📋 copy color: '#9F59CB'

red 159 ◦ green 89 ◦ blue 203

#9F59CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9F59CB

Tints of Amethyst #9F59CB

RGB

 RED value IS 159 (62.5% from 255) = 35.25%

 GREEN value IS 89 (35.16% from 255) = 19.73%

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 35.25%
G = 19.73%
B = 45.01%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F59CB (or 0x9F59CB) is known color: Amethyst. HEX triplet: 9F, 59 and CB. RGB value is (159,89,203). Sum of RGB (Red+Green+Blue) = 159+89+203=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59CB is #60A634. Grayscale: #7A7A7A. Windows color (decimal): -6334005 or 13326751. OLE color: 13326751.

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

Color convert

RGB 159 89 203 -
CMYK 0.22 0.56 0 0.20
HSL 276.84º 0.52% 0.57% -
HSV(B) 276.84º 0.56% 0.8% -
XYZ 28.65 18.83 58.62 -
YUV 122.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 159 89 203 0.22 0.56 0 0.20 276.84 0.52 0.57
Hex 9F 59 CB 16 38 0 14 115 34 39
Octal 237 131 313 26 70 0 24 425 64 71
Binary 10011111 1011001 11001011 10110 111000 0 10100 100010101 110100 111001

Color Harmonies of #9F59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F59CB

Black with #9F59CB

Text Example


Text Example

White with #9F59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F59CB;
 }
 .AnyTagClassName
 {
   color: #9F59CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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