Html Css Color HEX #9C4FDB Amethyst

📋 copy color: '#9C4FDB'

red 156 ◦ green 79 ◦ blue 219

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

Shades of Amethyst #9C4FDB

Tints of Amethyst #9C4FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 34.36%
G = 17.4%
B = 48.24%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C4FDB (or 0x9C4FDB) is known color: Amethyst. HEX triplet: 9C, 4F and DB. RGB value is (156,79,219). Sum of RGB (Red+Green+Blue) = 156+79+219=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4FDB is #63B024. Grayscale: #757575. Windows color (decimal): -6533157 or 14372764. OLE color: 14372764.

HSL color Cylindrical-coordinate representation of color #9C4FDB: hue angle of 273º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C4FDB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 79 219 -
CMYK 0.29 0.64 0 0.14
HSL 273º 0.66% 0.58% -
HSV(B) 273º 0.64% 0.86% -
XYZ 29.29 17.77 68.9 -
YUV 117.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 156 79 219 0.29 0.64 0 0.14 273 0.66 0.58
Hex 9C 4F DB 1D 40 0 E 111 42 3A
Octal 234 117 333 35 100 0 16 421 102 72
Binary 10011100 1001111 11011011 11101 1000000 0 1110 100010001 1000010 111010

Color Harmonies of #9C4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4FDB

Black with #9C4FDB

Text Example


Text Example

White with #9C4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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