Html Css Color HEX #9550DA Amethyst

📋 copy color: '#9550DA'

red 149 ◦ green 80 ◦ blue 218

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

Shades of Amethyst #9550DA

Tints of Amethyst #9550DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 33.33%
G = 17.9%
B = 48.77%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9550DA (or 0x9550DA) is known color: Amethyst. HEX triplet: 95, 50 and DA. RGB value is (149,80,218). Sum of RGB (Red+Green+Blue) = 149+80+218=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #9550DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550DA is #6AAF25. Grayscale: #737373. Windows color (decimal): -6991654 or 14307477. OLE color: 14307477.

HSL color Cylindrical-coordinate representation of color #9550DA: hue angle of 270º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9550DA is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 80 218 -
CMYK 0.32 0.63 0 0.15
HSL 270º 0.65% 0.58% -
HSV(B) 270º 0.63% 0.85% -
XYZ 27.92 17.19 68.18 -
YUV 116.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 149 80 218 0.32 0.63 0 0.15 270 0.65 0.58
Hex 95 50 DA 20 3F 0 F 10E 41 3A
Octal 225 120 332 40 77 0 17 416 101 72
Binary 10010101 1010000 11011010 100000 111111 0 1111 100001110 1000001 111010

Color Harmonies of #9550DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550DA

Black with #9550DA

Text Example


Text Example

White with #9550DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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