Html Css Color HEX #9550D1 Amethyst

📋 copy color: '#9550D1'

red 149 ◦ green 80 ◦ blue 209

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

Shades of Amethyst #9550D1

Tints of Amethyst #9550D1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 34.02%
G = 18.26%
B = 47.72%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9550D1 (or 0x9550D1) is known color: Amethyst. HEX triplet: 95, 50 and D1. RGB value is (149,80,209). Sum of RGB (Red+Green+Blue) = 149+80+209=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #9550D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550D1 is #6AAF2E. Grayscale: #727272. Windows color (decimal): -6991663 or 13717653. OLE color: 13717653.

HSL color Cylindrical-coordinate representation of color #9550D1: hue angle of 272.09º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9550D1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 80 209 -
CMYK 0.29 0.62 0 0.18
HSL 272.09º 0.58% 0.57% -
HSV(B) 272.09º 0.62% 0.82% -
XYZ 26.77 16.73 62.14 -
YUV 115.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 149 80 209 0.29 0.62 0 0.18 272.09 0.58 0.57
Hex 95 50 D1 1D 3E 0 12 110 3A 39
Octal 225 120 321 35 76 0 22 420 72 71
Binary 10010101 1010000 11010001 11101 111110 0 10010 100010000 111010 111001

Color Harmonies of #9550D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550D1

Black with #9550D1

Text Example


Text Example

White with #9550D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9550D1; }

 p { color: rgb(149,80,209); }

 H1.HeaderClassName
 {
   color: #9550D1;
 }
 .AnyTagClassName
 {
   color: #9550D1;
 }
</style>

background-color css

<style>
 a { background-color: #9550D1; }

 a { background-color: rgb(149,80,209); }

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

border-color css

<style>
 span { border-color: #9550D1; }

 span { border-color: rgb(149,80,209); }

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