Html Css Color HEX #9955D1 Amethyst

📋 copy color: '#9955D1'

red 153 ◦ green 85 ◦ blue 209

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

Shades of Amethyst #9955D1

Tints of Amethyst #9955D1

RGB

 RED value IS 153 (60.16% from 255) = 34.23%

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

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

R = 34.23%
G = 19.02%
B = 46.76%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9955D1 (or 0x9955D1) is known color: Amethyst. HEX triplet: 99, 55 and D1. RGB value is (153,85,209). Sum of RGB (Red+Green+Blue) = 153+85+209=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #9955D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955D1 is #66AA2E. Grayscale: #777777. Windows color (decimal): -6728239 or 13718937. OLE color: 13718937.

HSL color Cylindrical-coordinate representation of color #9955D1: hue angle of 272.9º 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 #9955D1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 85 209 -
CMYK 0.27 0.59 0 0.18
HSL 272.9º 0.57% 0.58% -
HSV(B) 272.9º 0.59% 0.82% -
XYZ 27.89 17.87 62.3 -
YUV 119.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 153 85 209 0.27 0.59 0 0.18 272.9 0.57 0.58
Hex 99 55 D1 1B 3B 0 12 111 39 3A
Octal 231 125 321 33 73 0 22 421 71 72
Binary 10011001 1010101 11010001 11011 111011 0 10010 100010001 111001 111010

Color Harmonies of #9955D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955D1

Black with #9955D1

Text Example


Text Example

White with #9955D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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