Html Css Color HEX #9D4EDB Amethyst

📋 copy color: '#9D4EDB'

red 157 ◦ green 78 ◦ blue 219

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

Shades of Amethyst #9D4EDB

Tints of Amethyst #9D4EDB

RGB

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

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

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

R = 34.58%
G = 17.18%
B = 48.24%

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

#9D4EDB (or 0x9D4EDB) is known color: Amethyst. HEX triplet: 9D, 4E and DB. RGB value is (157,78,219). Sum of RGB (Red+Green+Blue) = 157+78+219=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 78 (30.86% from 255 or 17.18% 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 #9D4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4EDB is #62B124. Grayscale: #757575. Windows color (decimal): -6467877 or 14372509. OLE color: 14372509.

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

Color convert

RGB 157 78 219 -
CMYK 0.28 0.64 0 0.14
HSL 273.62º 0.66% 0.58% -
HSV(B) 273.62º 0.64% 0.86% -
XYZ 29.42 17.73 68.89 -
YUV 117.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 157 78 219 0.28 0.64 0 0.14 273.62 0.66 0.58
Hex 9D 4E DB 1C 40 0 E 112 42 3A
Octal 235 116 333 34 100 0 16 422 102 72
Binary 10011101 1001110 11011011 11100 1000000 0 1110 100010010 1000010 111010

Color Harmonies of #9D4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4EDB

Black with #9D4EDB

Text Example


Text Example

White with #9D4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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