Html Css Color HEX #9957CA Amethyst

📋 copy color: '#9957CA'

red 153 ◦ green 87 ◦ blue 202

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

Shades of Amethyst #9957CA

Tints of Amethyst #9957CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 34.62%
G = 19.68%
B = 45.7%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9957CA (or 0x9957CA) is known color: Amethyst. HEX triplet: 99, 57 and CA. RGB value is (153,87,202). Sum of RGB (Red+Green+Blue) = 153+87+202=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9957CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957CA is #66A835. Grayscale: #777777. Windows color (decimal): -6727734 or 13260697. OLE color: 13260697.

HSL color Cylindrical-coordinate representation of color #9957CA: hue angle of 274.43º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9957CA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 87 202 -
CMYK 0.24 0.57 0 0.21
HSL 274.43º 0.52% 0.57% -
HSV(B) 274.43º 0.57% 0.79% -
XYZ 27.21 17.85 57.89 -
YUV 119.84 174.37 151.65 -
System Red Green Blue C M Y K H S L
Decimal 153 87 202 0.24 0.57 0 0.21 274.43 0.52 0.57
Hex 99 57 CA 18 39 0 15 112 34 39
Octal 231 127 312 30 71 0 25 422 64 71
Binary 10011001 1010111 11001010 11000 111001 0 10101 100010010 110100 111001

Color Harmonies of #9957CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9957CA

Black with #9957CA

Text Example


Text Example

White with #9957CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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