Html Css Color HEX #9D4DDB Amethyst

📋 copy color: '#9D4DDB'

red 157 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #9D4DDB

Tints of Amethyst #9D4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17%

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

R = 34.66%
G = 17%
B = 48.34%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D4DDB (or 0x9D4DDB) is known color: Amethyst. HEX triplet: 9D, 4D and DB. RGB value is (157,77,219). Sum of RGB (Red+Green+Blue) = 157+77+219=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DDB is #62B224. Grayscale: #747474. Windows color (decimal): -6468133 or 14372253. OLE color: 14372253.

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

Color convert

RGB 157 77 219 -
CMYK 0.28 0.65 0 0.14
HSL 273.8º 0.66% 0.58% -
HSV(B) 273.8º 0.65% 0.86% -
XYZ 29.34 17.59 68.87 -
YUV 117.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 157 77 219 0.28 0.65 0 0.14 273.8 0.66 0.58
Hex 9D 4D DB 1C 41 0 E 112 42 3A
Octal 235 115 333 34 101 0 16 422 102 72
Binary 10011101 1001101 11011011 11100 1000001 0 1110 100010010 1000010 111010

Color Harmonies of #9D4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DDB

Black with #9D4DDB

Text Example


Text Example

White with #9D4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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