Html Css Color HEX #9C4EE4 Amethyst

📋 copy color: '#9C4EE4'

red 156 ◦ green 78 ◦ blue 228

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

Shades of Amethyst #9C4EE4

Tints of Amethyst #9C4EE4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.88%

 BLUE value IS 228 (89.45% from 255) = 49.35%

R = 33.77%
G = 16.88%
B = 49.35%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9C4EE4 (or 0x9C4EE4) is known color: Amethyst. HEX triplet: 9C, 4E and E4. RGB value is (156,78,228). Sum of RGB (Red+Green+Blue) = 156+78+228=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #9C4EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4EE4 is #63B11B. Grayscale: #757575. Windows color (decimal): -6533404 or 14962332. OLE color: 14962332.

HSL color Cylindrical-coordinate representation of color #9C4EE4: hue angle of 271.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C4EE4 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 78 228 -
CMYK 0.32 0.66 0 0.11
HSL 271.2º 0.74% 0.6% -
HSV(B) 271.2º 0.66% 0.89% -
XYZ 30.44 18.12 75.29 -
YUV 118.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 156 78 228 0.32 0.66 0 0.11 271.2 0.74 0.6
Hex 9C 4E E4 20 42 0 B 10F 4A 3C
Octal 234 116 344 40 102 0 13 417 112 74
Binary 10011100 1001110 11100100 100000 1000010 0 1011 100001111 1001010 111100

Color Harmonies of #9C4EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4EE4

Black with #9C4EE4

Text Example


Text Example

White with #9C4EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,78,228); }

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

background-color css

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

 a { background-color: rgb(156,78,228); }

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

border-color css

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

 span { border-color: rgb(156,78,228); }

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