Html Css Color HEX #9C57CD Amethyst

📋 copy color: '#9C57CD'

red 156 ◦ green 87 ◦ blue 205

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

Shades of Amethyst #9C57CD

Tints of Amethyst #9C57CD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.42%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 34.82%
G = 19.42%
B = 45.76%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C57CD (or 0x9C57CD) is known color: Amethyst. HEX triplet: 9C, 57 and CD. RGB value is (156,87,205). Sum of RGB (Red+Green+Blue) = 156+87+205=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C57CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C57CD is #63A832. Grayscale: #787878. Windows color (decimal): -6531123 or 13457308. OLE color: 13457308.

HSL color Cylindrical-coordinate representation of color #9C57CD: hue angle of 275.08º 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 #9C57CD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 87 205 -
CMYK 0.24 0.58 0 0.20
HSL 275.08º 0.54% 0.57% -
HSV(B) 275.08º 0.58% 0.8% -
XYZ 28.14 18.29 59.81 -
YUV 121.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 156 87 205 0.24 0.58 0 0.20 275.08 0.54 0.57
Hex 9C 57 CD 18 3A 0 14 113 36 39
Octal 234 127 315 30 72 0 24 423 66 71
Binary 10011100 1010111 11001101 11000 111010 0 10100 100010011 110110 111001

Color Harmonies of #9C57CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C57CD

Black with #9C57CD

Text Example


Text Example

White with #9C57CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,205); }

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

background-color css

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

 a { background-color: rgb(156,87,205); }

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

border-color css

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

 span { border-color: rgb(156,87,205); }

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