Html Css Color HEX #9D4FDB Amethyst

📋 copy color: '#9D4FDB'

red 157 ◦ green 79 ◦ blue 219

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

Shades of Amethyst #9D4FDB

Tints of Amethyst #9D4FDB

RGB

 RED value IS 157 (61.72% from 255) = 34.51%

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

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

R = 34.51%
G = 17.36%
B = 48.13%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D4FDB (or 0x9D4FDB) is known color: Amethyst. HEX triplet: 9D, 4F and DB. RGB value is (157,79,219). Sum of RGB (Red+Green+Blue) = 157+79+219=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FDB is #62B024. Grayscale: #757575. Windows color (decimal): -6467621 or 14372765. OLE color: 14372765.

HSL color Cylindrical-coordinate representation of color #9D4FDB: hue angle of 273.43º 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 #9D4FDB is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 79 219 -
CMYK 0.28 0.64 0 0.14
HSL 273.43º 0.66% 0.58% -
HSV(B) 273.43º 0.64% 0.86% -
XYZ 29.49 17.87 68.91 -
YUV 118.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 157 79 219 0.28 0.64 0 0.14 273.43 0.66 0.58
Hex 9D 4F DB 1C 40 0 E 111 42 3A
Octal 235 117 333 34 100 0 16 421 102 72
Binary 10011101 1001111 11011011 11100 1000000 0 1110 100010001 1000010 111010

Color Harmonies of #9D4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4FDB

Black with #9D4FDB

Text Example


Text Example

White with #9D4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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