Html Css Color HEX #9C4FD6 Amethyst

📋 copy color: '#9C4FD6'

red 156 ◦ green 79 ◦ blue 214

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

Shades of Amethyst #9C4FD6

Tints of Amethyst #9C4FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 34.74%
G = 17.59%
B = 47.66%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C4FD6 (or 0x9C4FD6) is known color: Amethyst. HEX triplet: 9C, 4F and D6. RGB value is (156,79,214). Sum of RGB (Red+Green+Blue) = 156+79+214=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C4FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4FD6 is #63B029. Grayscale: #747474. Windows color (decimal): -6533162 or 14045084. OLE color: 14045084.

HSL color Cylindrical-coordinate representation of color #9C4FD6: hue angle of 274.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C4FD6 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 79 214 -
CMYK 0.27 0.63 0 0.16
HSL 274.22º 0.62% 0.57% -
HSV(B) 274.22º 0.63% 0.84% -
XYZ 28.64 17.51 65.49 -
YUV 117.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 156 79 214 0.27 0.63 0 0.16 274.22 0.62 0.57
Hex 9C 4F D6 1B 3F 0 10 112 3E 39
Octal 234 117 326 33 77 0 20 422 76 71
Binary 10011100 1001111 11010110 11011 111111 0 10000 100010010 111110 111001

Color Harmonies of #9C4FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4FD6

Black with #9C4FD6

Text Example


Text Example

White with #9C4FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,79,214); }

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

background-color css

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

 a { background-color: rgb(156,79,214); }

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

border-color css

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

 span { border-color: rgb(156,79,214); }

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