Html Css Color HEX #9555D1 Amethyst

📋 copy color: '#9555D1'

red 149 ◦ green 85 ◦ blue 209

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

Shades of Amethyst #9555D1

Tints of Amethyst #9555D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

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

R = 33.63%
G = 19.19%
B = 47.18%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9555D1 (or 0x9555D1) is known color: Amethyst. HEX triplet: 95, 55 and D1. RGB value is (149,85,209). Sum of RGB (Red+Green+Blue) = 149+85+209=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #9555D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555D1 is #6AAA2E. Grayscale: #757575. Windows color (decimal): -6990383 or 13718933. OLE color: 13718933.

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

Color convert

RGB 149 85 209 -
CMYK 0.29 0.59 0 0.18
HSL 270.97º 0.57% 0.58% -
HSV(B) 270.97º 0.59% 0.82% -
XYZ 27.15 17.49 62.27 -
YUV 118.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 149 85 209 0.29 0.59 0 0.18 270.97 0.57 0.58
Hex 95 55 D1 1D 3B 0 12 10F 39 3A
Octal 225 125 321 35 73 0 22 417 71 72
Binary 10010101 1010101 11010001 11101 111011 0 10010 100001111 111001 111010

Color Harmonies of #9555D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555D1

Black with #9555D1

Text Example


Text Example

White with #9555D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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