Html Css Color HEX #9E51EB Amethyst

📋 copy color: '#9E51EB'

red 158 ◦ green 81 ◦ blue 235

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

Shades of Amethyst #9E51EB

Tints of Amethyst #9E51EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 33.33%
G = 17.09%
B = 49.58%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E51EB (or 0x9E51EB) is known color: Amethyst. HEX triplet: 9E, 51 and EB. RGB value is (158,81,235). Sum of RGB (Red+Green+Blue) = 158+81+235=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E51EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E51EB is #61AE14. Grayscale: #797979. Windows color (decimal): -6401557 or 15421854. OLE color: 15421854.

HSL color Cylindrical-coordinate representation of color #9E51EB: hue angle of 270º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E51EB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 81 235 -
CMYK 0.33 0.66 0 0.08
HSL 270º 0.79% 0.62% -
HSV(B) 270º 0.66% 0.92% -
XYZ 32.04 19.15 80.61 -
YUV 121.58 192.01 153.98 -
System Red Green Blue C M Y K H S L
Decimal 158 81 235 0.33 0.66 0 0.08 270 0.79 0.62
Hex 9E 51 EB 21 42 0 8 10E 4F 3E
Octal 236 121 353 41 102 0 10 416 117 76
Binary 10011110 1010001 11101011 100001 1000010 0 1000 100001110 1001111 111110

Color Harmonies of #9E51EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E51EB

Black with #9E51EB

Text Example


Text Example

White with #9E51EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,81,235); }

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

background-color css

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

 a { background-color: rgb(158,81,235); }

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

border-color css

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

 span { border-color: rgb(158,81,235); }

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