Html Css Color HEX #9555CC Amethyst

📋 copy color: '#9555CC'

red 149 ◦ green 85 ◦ blue 204

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

Shades of Amethyst #9555CC

Tints of Amethyst #9555CC

RGB

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

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

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

R = 34.02%
G = 19.41%
B = 46.58%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9555CC (or 0x9555CC) is known color: Amethyst. HEX triplet: 95, 55 and CC. RGB value is (149,85,204). Sum of RGB (Red+Green+Blue) = 149+85+204=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #9555CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555CC is #6AAA33. Grayscale: #757575. Windows color (decimal): -6990388 or 13391253. OLE color: 13391253.

HSL color Cylindrical-coordinate representation of color #9555CC: hue angle of 272.27º 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 #9555CC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 85 204 -
CMYK 0.27 0.58 0 0.2
HSL 272.27º 0.54% 0.57% -
HSV(B) 272.27º 0.58% 0.8% -
XYZ 26.54 17.25 59.06 -
YUV 117.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 149 85 204 0.27 0.58 0 0.2 272.27 0.54 0.57
Hex 95 55 CC 1B 3A 0 14 110 36 39
Octal 225 125 314 33 72 0 24 420 66 71
Binary 10010101 1010101 11001100 11011 111010 0 10100 100010000 110110 111001

Color Harmonies of #9555CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555CC

Black with #9555CC

Text Example


Text Example

White with #9555CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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