Html Css Color HEX #9C56CE Amethyst

📋 copy color: '#9C56CE'

red 156 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #9C56CE

Tints of Amethyst #9C56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 34.82%
G = 19.2%
B = 45.98%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C56CE (or 0x9C56CE) is known color: Amethyst. HEX triplet: 9C, 56 and CE. RGB value is (156,86,206). Sum of RGB (Red+Green+Blue) = 156+86+206=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56CE is #63A931. Grayscale: #787878. Windows color (decimal): -6531378 or 13522588. OLE color: 13522588.

HSL color Cylindrical-coordinate representation of color #9C56CE: hue angle of 275º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C56CE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 86 206 -
CMYK 0.24 0.58 0 0.19
HSL 275º 0.55% 0.57% -
HSV(B) 275º 0.58% 0.81% -
XYZ 28.18 18.18 60.42 -
YUV 120.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 156 86 206 0.24 0.58 0 0.19 275 0.55 0.57
Hex 9C 56 CE 18 3A 0 13 113 37 39
Octal 234 126 316 30 72 0 23 423 67 71
Binary 10011100 1010110 11001110 11000 111010 0 10011 100010011 110111 111001

Color Harmonies of #9C56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56CE

Black with #9C56CE

Text Example


Text Example

White with #9C56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,206); }

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

background-color css

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

 a { background-color: rgb(156,86,206); }

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

border-color css

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

 span { border-color: rgb(156,86,206); }

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