Html Css Color HEX #9D59CB Amethyst

📋 copy color: '#9D59CB'

red 157 ◦ green 89 ◦ blue 203

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

Shades of Amethyst #9D59CB

Tints of Amethyst #9D59CB

RGB

 RED value IS 157 (61.72% from 255) = 34.97%

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

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

R = 34.97%
G = 19.82%
B = 45.21%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D59CB (or 0x9D59CB) is known color: Amethyst. HEX triplet: 9D, 59 and CB. RGB value is (157,89,203). Sum of RGB (Red+Green+Blue) = 157+89+203=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D59CB is #62A634. Grayscale: #797979. Windows color (decimal): -6465077 or 13326749. OLE color: 13326749.

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

Color convert

RGB 157 89 203 -
CMYK 0.23 0.56 0 0.20
HSL 275.79º 0.52% 0.57% -
HSV(B) 275.79º 0.56% 0.8% -
XYZ 28.26 18.62 58.61 -
YUV 122.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 157 89 203 0.23 0.56 0 0.20 275.79 0.52 0.57
Hex 9D 59 CB 17 38 0 14 114 34 39
Octal 235 131 313 27 70 0 24 424 64 71
Binary 10011101 1011001 11001011 10111 111000 0 10100 100010100 110100 111001

Color Harmonies of #9D59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D59CB

Black with #9D59CB

Text Example


Text Example

White with #9D59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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