Html Css Color HEX #9955CC Amethyst

📋 copy color: '#9955CC'

red 153 ◦ green 85 ◦ blue 204

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

Shades of Amethyst #9955CC

Tints of Amethyst #9955CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 34.62%
G = 19.23%
B = 46.15%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9955CC (or 0x9955CC) is known color: Amethyst. HEX triplet: 99, 55 and CC. RGB value is (153,85,204). Sum of RGB (Red+Green+Blue) = 153+85+204=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #9955CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955CC is #66AA33. Grayscale: #767676. Windows color (decimal): -6728244 or 13391257. OLE color: 13391257.

HSL color Cylindrical-coordinate representation of color #9955CC: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9955CC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 85 204 -
CMYK 0.25 0.58 0 0.2
HSL 274.29º 0.54% 0.57% -
HSV(B) 274.29º 0.58% 0.8% -
XYZ 27.28 17.63 59.09 -
YUV 118.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 153 85 204 0.25 0.58 0 0.2 274.29 0.54 0.57
Hex 99 55 CC 19 3A 0 14 112 36 39
Octal 231 125 314 31 72 0 24 422 66 71
Binary 10011001 1010101 11001100 11001 111010 0 10100 100010010 110110 111001

Color Harmonies of #9955CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955CC

Black with #9955CC

Text Example


Text Example

White with #9955CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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