Html Css Color HEX #9E53DC Amethyst

📋 copy color: '#9E53DC'

red 158 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #9E53DC

Tints of Amethyst #9E53DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 34.27%
G = 18%
B = 47.72%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E53DC (or 0x9E53DC) is known color: Amethyst. HEX triplet: 9E, 53 and DC. RGB value is (158,83,220). Sum of RGB (Red+Green+Blue) = 158+83+220=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E53DC is #61AC23. Grayscale: #787878. Windows color (decimal): -6401060 or 14439326. OLE color: 14439326.

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

Color convert

RGB 158 83 220 -
CMYK 0.28 0.62 0 0.14
HSL 272.85º 0.66% 0.59% -
HSV(B) 272.85º 0.62% 0.86% -
XYZ 30.11 18.62 69.72 -
YUV 121.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 158 83 220 0.28 0.62 0 0.14 272.85 0.66 0.59
Hex 9E 53 DC 1C 3E 0 E 111 42 3B
Octal 236 123 334 34 76 0 16 421 102 73
Binary 10011110 1010011 11011100 11100 111110 0 1110 100010001 1000010 111011

Color Harmonies of #9E53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E53DC

Black with #9E53DC

Text Example


Text Example

White with #9E53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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