Html Css Color HEX #9E56DC Amethyst

📋 copy color: '#9E56DC'

red 158 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #9E56DC

Tints of Amethyst #9E56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.53%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 34.05%
G = 18.53%
B = 47.41%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E56DC (or 0x9E56DC) is known color: Amethyst. HEX triplet: 9E, 56 and DC. RGB value is (158,86,220). Sum of RGB (Red+Green+Blue) = 158+86+220=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56DC is #61A923. Grayscale: #7A7A7A. Windows color (decimal): -6400292 or 14440094. OLE color: 14440094.

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

Color convert

RGB 158 86 220 -
CMYK 0.28 0.61 0 0.14
HSL 272.24º 0.66% 0.6% -
HSV(B) 272.24º 0.61% 0.86% -
XYZ 30.35 19.09 69.8 -
YUV 122.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 158 86 220 0.28 0.61 0 0.14 272.24 0.66 0.6
Hex 9E 56 DC 1C 3D 0 E 110 42 3C
Octal 236 126 334 34 75 0 16 420 102 74
Binary 10011110 1010110 11011100 11100 111101 0 1110 100010000 1000010 111100

Color Harmonies of #9E56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E56DC

Black with #9E56DC

Text Example


Text Example

White with #9E56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,86,220); }

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

background-color css

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

 a { background-color: rgb(158,86,220); }

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

border-color css

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

 span { border-color: rgb(158,86,220); }

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