Html Css Color HEX #9E58D8 Amethyst

📋 copy color: '#9E58D8'

red 158 ◦ green 88 ◦ blue 216

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

Shades of Amethyst #9E58D8

Tints of Amethyst #9E58D8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 34.2%
G = 19.05%
B = 46.75%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E58D8 (or 0x9E58D8) is known color: Amethyst. HEX triplet: 9E, 58 and D8. RGB value is (158,88,216). Sum of RGB (Red+Green+Blue) = 158+88+216=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58D8 is #61A727. Grayscale: #7B7B7B. Windows color (decimal): -6399784 or 14178462. OLE color: 14178462.

HSL color Cylindrical-coordinate representation of color #9E58D8: hue angle of 272.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E58D8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 88 216 -
CMYK 0.27 0.59 0 0.15
HSL 272.81º 0.62% 0.6% -
HSV(B) 272.81º 0.59% 0.85% -
XYZ 29.98 19.21 67.09 -
YUV 123.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 158 88 216 0.27 0.59 0 0.15 272.81 0.62 0.6
Hex 9E 58 D8 1B 3B 0 F 111 3E 3C
Octal 236 130 330 33 73 0 17 421 76 74
Binary 10011110 1011000 11011000 11011 111011 0 1111 100010001 111110 111100

Color Harmonies of #9E58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E58D8

Black with #9E58D8

Text Example


Text Example

White with #9E58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,88,216); }

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

background-color css

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

 a { background-color: rgb(158,88,216); }

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

border-color css

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

 span { border-color: rgb(158,88,216); }

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