Html Css Color HEX #9557C9 Amethyst

📋 copy color: '#9557C9'

red 149 ◦ green 87 ◦ blue 201

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

Shades of Amethyst #9557C9

Tints of Amethyst #9557C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46%

R = 34.1%
G = 19.91%
B = 46%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9557C9 (or 0x9557C9) is known color: Amethyst. HEX triplet: 95, 57 and C9. RGB value is (149,87,201). Sum of RGB (Red+Green+Blue) = 149+87+201=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #9557C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557C9 is #6AA836. Grayscale: #767676. Windows color (decimal): -6989879 or 13195157. OLE color: 13195157.

HSL color Cylindrical-coordinate representation of color #9557C9: hue angle of 272.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9557C9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 87 201 -
CMYK 0.26 0.57 0 0.21
HSL 272.63º 0.51% 0.56% -
HSV(B) 272.63º 0.57% 0.79% -
XYZ 26.35 17.42 57.23 -
YUV 118.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 149 87 201 0.26 0.57 0 0.21 272.63 0.51 0.56
Hex 95 57 C9 1A 39 0 15 111 33 38
Octal 225 127 311 32 71 0 25 421 63 70
Binary 10010101 1010111 11001001 11010 111001 0 10101 100010001 110011 111000

Color Harmonies of #9557C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9557C9

Black with #9557C9

Text Example


Text Example

White with #9557C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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