Html Css Color HEX #9E5BDA Amethyst

📋 copy color: '#9E5BDA'

red 158 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #9E5BDA

Tints of Amethyst #9E5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 33.83%
G = 19.49%
B = 46.68%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E5BDA (or 0x9E5BDA) is known color: Amethyst. HEX triplet: 9E, 5B and DA. RGB value is (158,91,218). Sum of RGB (Red+Green+Blue) = 158+91+218=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BDA is #61A425. Grayscale: #7D7D7D. Windows color (decimal): -6399014 or 14310302. OLE color: 14310302.

HSL color Cylindrical-coordinate representation of color #9E5BDA: hue angle of 271.65º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E5BDA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 91 218 -
CMYK 0.28 0.58 0 0.15
HSL 271.65º 0.63% 0.61% -
HSV(B) 271.65º 0.58% 0.85% -
XYZ 30.5 19.81 68.55 -
YUV 125.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 158 91 218 0.28 0.58 0 0.15 271.65 0.63 0.61
Hex 9E 5B DA 1C 3A 0 F 110 3F 3D
Octal 236 133 332 34 72 0 17 420 77 75
Binary 10011110 1011011 11011010 11100 111010 0 1111 100010000 111111 111101

Color Harmonies of #9E5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5BDA

Black with #9E5BDA

Text Example


Text Example

White with #9E5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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