Html Css Color HEX #9557DE Amethyst

📋 copy color: '#9557DE'

red 149 ◦ green 87 ◦ blue 222

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

Shades of Amethyst #9557DE

Tints of Amethyst #9557DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 32.53%
G = 19%
B = 48.47%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9557DE (or 0x9557DE) is known color: Amethyst. HEX triplet: 95, 57 and DE. RGB value is (149,87,222). Sum of RGB (Red+Green+Blue) = 149+87+222=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #9557DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557DE is #6AA821. Grayscale: #787878. Windows color (decimal): -6989858 or 14571413. OLE color: 14571413.

HSL color Cylindrical-coordinate representation of color #9557DE: hue angle of 267.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9557DE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 87 222 -
CMYK 0.33 0.61 0 0.13
HSL 267.56º 0.67% 0.61% -
HSV(B) 267.56º 0.61% 0.87% -
XYZ 28.99 18.48 71.15 -
YUV 120.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 149 87 222 0.33 0.61 0 0.13 267.56 0.67 0.61
Hex 95 57 DE 21 3D 0 D 10C 43 3D
Octal 225 127 336 41 75 0 15 414 103 75
Binary 10010101 1010111 11011110 100001 111101 0 1101 100001100 1000011 111101

Color Harmonies of #9557DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9557DE

Black with #9557DE

Text Example


Text Example

White with #9557DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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