Html Css Color HEX #9E5BC9 Amethyst

📋 copy color: '#9E5BC9'

red 158 ◦ green 91 ◦ blue 201

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

Shades of Amethyst #9E5BC9

Tints of Amethyst #9E5BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 35.11%
G = 20.22%
B = 44.67%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E5BC9 (or 0x9E5BC9) is known color: Amethyst. HEX triplet: 9E, 5B and C9. RGB value is (158,91,201). Sum of RGB (Red+Green+Blue) = 158+91+201=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #9E5BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BC9 is #61A436. Grayscale: #7B7B7B. Windows color (decimal): -6399031 or 13196190. OLE color: 13196190.

HSL color Cylindrical-coordinate representation of color #9E5BC9: hue angle of 276.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5BC9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 91 201 -
CMYK 0.21 0.55 0 0.21
HSL 276.55º 0.5% 0.57% -
HSV(B) 276.55º 0.55% 0.79% -
XYZ 28.38 18.97 57.42 -
YUV 123.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 158 91 201 0.21 0.55 0 0.21 276.55 0.5 0.57
Hex 9E 5B C9 15 37 0 15 115 32 39
Octal 236 133 311 25 67 0 25 425 62 71
Binary 10011110 1011011 11001001 10101 110111 0 10101 100010101 110010 111001

Color Harmonies of #9E5BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5BC9

Black with #9E5BC9

Text Example


Text Example

White with #9E5BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,91,201); }

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

background-color css

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

 a { background-color: rgb(158,91,201); }

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

border-color css

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

 span { border-color: rgb(158,91,201); }

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