Html Css Color HEX #9957CB Amethyst

📋 copy color: '#9957CB'

red 153 ◦ green 87 ◦ blue 203

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

Shades of Amethyst #9957CB

Tints of Amethyst #9957CB

RGB

 RED value IS 153 (60.16% from 255) = 34.54%

 GREEN value IS 87 (34.38% from 255) = 19.64%

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

R = 34.54%
G = 19.64%
B = 45.82%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9957CB (or 0x9957CB) is known color: Amethyst. HEX triplet: 99, 57 and CB. RGB value is (153,87,203). Sum of RGB (Red+Green+Blue) = 153+87+203=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #9957CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957CB is #66A834. Grayscale: #777777. Windows color (decimal): -6727733 or 13326233. OLE color: 13326233.

HSL color Cylindrical-coordinate representation of color #9957CB: hue angle of 274.14º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9957CB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 87 203 -
CMYK 0.25 0.57 0 0.20
HSL 274.14º 0.53% 0.57% -
HSV(B) 274.14º 0.57% 0.8% -
XYZ 27.32 17.9 58.51 -
YUV 119.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 153 87 203 0.25 0.57 0 0.20 274.14 0.53 0.57
Hex 99 57 CB 19 39 0 14 112 35 39
Octal 231 127 313 31 71 0 24 422 65 71
Binary 10011001 1010111 11001011 11001 111001 0 10100 100010010 110101 111001

Color Harmonies of #9957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9957CB

Black with #9957CB

Text Example


Text Example

White with #9957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9957CB; }

 p { color: rgb(153,87,203); }

 H1.HeaderClassName
 {
   color: #9957CB;
 }
 .AnyTagClassName
 {
   color: #9957CB;
 }
</style>

background-color css

<style>
 a { background-color: #9957CB; }

 a { background-color: rgb(153,87,203); }

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

border-color css

<style>
 span { border-color: #9957CB; }

 span { border-color: rgb(153,87,203); }

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