Html Css Color HEX #9C4CDA Amethyst

📋 copy color: '#9C4CDA'

red 156 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #9C4CDA

Tints of Amethyst #9C4CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 34.67%
G = 16.89%
B = 48.44%

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

#9C4CDA (or 0x9C4CDA) is known color: Amethyst. HEX triplet: 9C, 4C and DA. RGB value is (156,76,218). Sum of RGB (Red+Green+Blue) = 156+76+218=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CDA is #63B325. Grayscale: #737373. Windows color (decimal): -6533926 or 14306460. OLE color: 14306460.

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

Color convert

RGB 156 76 218 -
CMYK 0.28 0.65 0 0.15
HSL 273.8º 0.66% 0.58% -
HSV(B) 273.8º 0.65% 0.85% -
XYZ 28.95 17.3 68.14 -
YUV 116.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 156 76 218 0.28 0.65 0 0.15 273.8 0.66 0.58
Hex 9C 4C DA 1C 41 0 F 112 42 3A
Octal 234 114 332 34 101 0 17 422 102 72
Binary 10011100 1001100 11011010 11100 1000001 0 1111 100010010 1000010 111010

Color Harmonies of #9C4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4CDA

Black with #9C4CDA

Text Example


Text Example

White with #9C4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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