Html Css Color HEX #9557CE Amethyst

📋 copy color: '#9557CE'

red 149 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #9557CE

Tints of Amethyst #9557CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 33.71%
G = 19.68%
B = 46.61%

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

#9557CE (or 0x9557CE) is known color: Amethyst. HEX triplet: 95, 57 and CE. RGB value is (149,87,206). Sum of RGB (Red+Green+Blue) = 149+87+206=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #9557CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557CE is #6AA831. Grayscale: #767676. Windows color (decimal): -6989874 or 13522837. OLE color: 13522837.

HSL color Cylindrical-coordinate representation of color #9557CE: hue angle of 271.26º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9557CE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 87 206 -
CMYK 0.28 0.58 0 0.19
HSL 271.26º 0.55% 0.57% -
HSV(B) 271.26º 0.58% 0.81% -
XYZ 26.94 17.66 60.38 -
YUV 119.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 149 87 206 0.28 0.58 0 0.19 271.26 0.55 0.57
Hex 95 57 CE 1C 3A 0 13 10F 37 39
Octal 225 127 316 34 72 0 23 417 67 71
Binary 10010101 1010111 11001110 11100 111010 0 10011 100001111 110111 111001

Color Harmonies of #9557CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9557CE

Black with #9557CE

Text Example


Text Example

White with #9557CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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