Html Css Color HEX #9C55D1 Amethyst

📋 copy color: '#9C55D1'

red 156 ◦ green 85 ◦ blue 209

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

Shades of Amethyst #9C55D1

Tints of Amethyst #9C55D1

RGB

 RED value IS 156 (61.33% from 255) = 34.67%

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

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

R = 34.67%
G = 18.89%
B = 46.44%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C55D1 (or 0x9C55D1) is known color: Amethyst. HEX triplet: 9C, 55 and D1. RGB value is (156,85,209). Sum of RGB (Red+Green+Blue) = 156+85+209=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C55D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55D1 is #63AA2E. Grayscale: #777777. Windows color (decimal): -6531631 or 13718940. OLE color: 13718940.

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

Color convert

RGB 156 85 209 -
CMYK 0.25 0.59 0 0.18
HSL 274.35º 0.57% 0.58% -
HSV(B) 274.35º 0.59% 0.82% -
XYZ 28.47 18.17 62.33 -
YUV 120.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 156 85 209 0.25 0.59 0 0.18 274.35 0.57 0.58
Hex 9C 55 D1 19 3B 0 12 112 39 3A
Octal 234 125 321 31 73 0 22 422 71 72
Binary 10011100 1010101 11010001 11001 111011 0 10010 100010010 111001 111010

Color Harmonies of #9C55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55D1

Black with #9C55D1

Text Example


Text Example

White with #9C55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C55D1; }

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

 H1.HeaderClassName
 {
   color: #9C55D1;
 }
 .AnyTagClassName
 {
   color: #9C55D1;
 }
</style>

background-color css

<style>
 a { background-color: #9C55D1; }

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

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

border-color css

<style>
 span { border-color: #9C55D1; }

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

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