Html Css Color HEX #9E4FEC Amethyst

📋 copy color: '#9E4FEC'

red 158 ◦ green 79 ◦ blue 236

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

Shades of Amethyst #9E4FEC

Tints of Amethyst #9E4FEC

RGB

 RED value IS 158 (62.11% from 255) = 33.4%

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

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

R = 33.4%
G = 16.7%
B = 49.89%

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

#9E4FEC (or 0x9E4FEC) is known color: Amethyst. HEX triplet: 9E, 4F and EC. RGB value is (158,79,236). Sum of RGB (Red+Green+Blue) = 158+79+236=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4FEC is #61B013. Grayscale: #777777. Windows color (decimal): -6402068 or 15486878. OLE color: 15486878.

HSL color Cylindrical-coordinate representation of color #9E4FEC: hue angle of 270.19º 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 #9E4FEC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 79 236 -
CMYK 0.33 0.67 0 0.07
HSL 270.19º 0.81% 0.62% -
HSV(B) 270.19º 0.67% 0.93% -
XYZ 32.04 18.92 81.32 -
YUV 120.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 158 79 236 0.33 0.67 0 0.07 270.19 0.81 0.62
Hex 9E 4F EC 21 43 0 7 10E 51 3E
Octal 236 117 354 41 103 0 7 416 121 76
Binary 10011110 1001111 11101100 100001 1000011 0 111 100001110 1010001 111110

Color Harmonies of #9E4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4FEC

Black with #9E4FEC

Text Example


Text Example

White with #9E4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,79,236); }

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

background-color css

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

 a { background-color: rgb(158,79,236); }

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

border-color css

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

 span { border-color: rgb(158,79,236); }

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