Html Css Color HEX #9557CF Amethyst

📋 copy color: '#9557CF'

red 149 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9557CF

Tints of Amethyst #9557CF

RGB

 RED value IS 149 (58.59% from 255) = 33.63%

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

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

R = 33.63%
G = 19.64%
B = 46.73%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9557CF (or 0x9557CF) is known color: Amethyst. HEX triplet: 95, 57 and CF. RGB value is (149,87,207). Sum of RGB (Red+Green+Blue) = 149+87+207=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9557CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557CF is #6AA830. Grayscale: #767676. Windows color (decimal): -6989873 or 13588373. OLE color: 13588373.

HSL color Cylindrical-coordinate representation of color #9557CF: hue angle of 271º 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 #9557CF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 87 207 -
CMYK 0.28 0.58 0 0.19
HSL 271º 0.56% 0.58% -
HSV(B) 271º 0.58% 0.81% -
XYZ 27.07 17.71 61.02 -
YUV 119.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 149 87 207 0.28 0.58 0 0.19 271 0.56 0.58
Hex 95 57 CF 1C 3A 0 13 10F 38 3A
Octal 225 127 317 34 72 0 23 417 70 72
Binary 10010101 1010111 11001111 11100 111010 0 10011 100001111 111000 111010

Color Harmonies of #9557CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9557CF

Black with #9557CF

Text Example


Text Example

White with #9557CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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