Html Css Color HEX #9E4CDE Amethyst

📋 copy color: '#9E4CDE'

red 158 ◦ green 76 ◦ blue 222

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

Shades of Amethyst #9E4CDE

Tints of Amethyst #9E4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 34.65%
G = 16.67%
B = 48.68%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E4CDE (or 0x9E4CDE) is known color: Amethyst. HEX triplet: 9E, 4C and DE. RGB value is (158,76,222). Sum of RGB (Red+Green+Blue) = 158+76+222=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E4CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4CDE is #61B321. Grayscale: #747474. Windows color (decimal): -6402850 or 14568606. OLE color: 14568606.

HSL color Cylindrical-coordinate representation of color #9E4CDE: hue angle of 273.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E4CDE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 76 222 -
CMYK 0.29 0.66 0 0.13
HSL 273.7º 0.69% 0.58% -
HSV(B) 273.7º 0.66% 0.87% -
XYZ 29.87 17.71 70.95 -
YUV 117.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 158 76 222 0.29 0.66 0 0.13 273.7 0.69 0.58
Hex 9E 4C DE 1D 42 0 D 112 45 3A
Octal 236 114 336 35 102 0 15 422 105 72
Binary 10011110 1001100 11011110 11101 1000010 0 1101 100010010 1000101 111010

Color Harmonies of #9E4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CDE

Black with #9E4CDE

Text Example


Text Example

White with #9E4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,222); }

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

background-color css

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

 a { background-color: rgb(158,76,222); }

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

border-color css

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

 span { border-color: rgb(158,76,222); }

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