Html Css Color HEX #9C4CD9 Amethyst

📋 copy color: '#9C4CD9'

red 156 ◦ green 76 ◦ blue 217

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

Shades of Amethyst #9C4CD9

Tints of Amethyst #9C4CD9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 34.74%
G = 16.93%
B = 48.33%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C4CD9 (or 0x9C4CD9) is known color: Amethyst. HEX triplet: 9C, 4C and D9. RGB value is (156,76,217). Sum of RGB (Red+Green+Blue) = 156+76+217=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C4CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CD9 is #63B326. Grayscale: #737373. Windows color (decimal): -6533927 or 14240924. OLE color: 14240924.

HSL color Cylindrical-coordinate representation of color #9C4CD9: hue angle of 274.04º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C4CD9 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 76 217 -
CMYK 0.28 0.65 0 0.15
HSL 274.04º 0.65% 0.57% -
HSV(B) 274.04º 0.65% 0.85% -
XYZ 28.82 17.25 67.46 -
YUV 115.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 156 76 217 0.28 0.65 0 0.15 274.04 0.65 0.57
Hex 9C 4C D9 1C 41 0 F 112 41 39
Octal 234 114 331 34 101 0 17 422 101 71
Binary 10011100 1001100 11011001 11100 1000001 0 1111 100010010 1000001 111001

Color Harmonies of #9C4CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4CD9

Black with #9C4CD9

Text Example


Text Example

White with #9C4CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,76,217); }

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

background-color css

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

 a { background-color: rgb(156,76,217); }

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

border-color css

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

 span { border-color: rgb(156,76,217); }

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