Html Css Color HEX #9D4EEC Amethyst

📋 copy color: '#9D4EEC'

red 157 ◦ green 78 ◦ blue 236

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

Shades of Amethyst #9D4EEC

Tints of Amethyst #9D4EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 33.33%
G = 16.56%
B = 50.11%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D4EEC (or 0x9D4EEC) is known color: Amethyst. HEX triplet: 9D, 4E and EC. RGB value is (157,78,236). Sum of RGB (Red+Green+Blue) = 157+78+236=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4EEC is #62B113. Grayscale: #777777. Windows color (decimal): -6467860 or 15486621. OLE color: 15486621.

HSL color Cylindrical-coordinate representation of color #9D4EEC: hue angle of 270º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4EEC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 78 236 -
CMYK 0.33 0.67 0 0.07
HSL 270º 0.81% 0.62% -
HSV(B) 270º 0.67% 0.93% -
XYZ 31.77 18.67 81.29 -
YUV 119.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 157 78 236 0.33 0.67 0 0.07 270 0.81 0.62
Hex 9D 4E EC 21 43 0 7 10E 51 3E
Octal 235 116 354 41 103 0 7 416 121 76
Binary 10011101 1001110 11101100 100001 1000011 0 111 100001110 1010001 111110

Color Harmonies of #9D4EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4EEC

Black with #9D4EEC

Text Example


Text Example

White with #9D4EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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