Html Css Color HEX #9D4EDA Amethyst

📋 copy color: '#9D4EDA'

red 157 ◦ green 78 ◦ blue 218

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

Shades of Amethyst #9D4EDA

Tints of Amethyst #9D4EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 34.66%
G = 17.22%
B = 48.12%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9D4EDA (or 0x9D4EDA) is known color: Amethyst. HEX triplet: 9D, 4E and DA. RGB value is (157,78,218). Sum of RGB (Red+Green+Blue) = 157+78+218=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D4EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4EDA is #62B125. Grayscale: #757575. Windows color (decimal): -6467878 or 14306973. OLE color: 14306973.

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

Color convert

RGB 157 78 218 -
CMYK 0.28 0.64 0 0.15
HSL 273.86º 0.65% 0.58% -
HSV(B) 273.86º 0.64% 0.85% -
XYZ 29.28 17.68 68.2 -
YUV 117.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 157 78 218 0.28 0.64 0 0.15 273.86 0.65 0.58
Hex 9D 4E DA 1C 40 0 F 112 41 3A
Octal 235 116 332 34 100 0 17 422 101 72
Binary 10011101 1001110 11011010 11100 1000000 0 1111 100010010 1000001 111010

Color Harmonies of #9D4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4EDA

Black with #9D4EDA

Text Example


Text Example

White with #9D4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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