Html Css Color HEX #9957CF Amethyst

📋 copy color: '#9957CF'

red 153 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9957CF

Tints of Amethyst #9957CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 34.23%
G = 19.46%
B = 46.31%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9957CF (or 0x9957CF) is known color: Amethyst. HEX triplet: 99, 57 and CF. RGB value is (153,87,207). Sum of RGB (Red+Green+Blue) = 153+87+207=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #9957CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957CF is #66A830. Grayscale: #777777. Windows color (decimal): -6727729 or 13588377. OLE color: 13588377.

HSL color Cylindrical-coordinate representation of color #9957CF: hue angle of 273º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9957CF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 87 207 -
CMYK 0.26 0.58 0 0.19
HSL 273º 0.56% 0.58% -
HSV(B) 273º 0.58% 0.81% -
XYZ 27.81 18.09 61.06 -
YUV 120.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 153 87 207 0.26 0.58 0 0.19 273 0.56 0.58
Hex 99 57 CF 1A 3A 0 13 111 38 3A
Octal 231 127 317 32 72 0 23 421 70 72
Binary 10011001 1010111 11001111 11010 111010 0 10011 100010001 111000 111010

Color Harmonies of #9957CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9957CF

Black with #9957CF

Text Example


Text Example

White with #9957CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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