Html Css Color HEX #9E5BDB Amethyst

📋 copy color: '#9E5BDB'

red 158 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #9E5BDB

Tints of Amethyst #9E5BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 33.76%
G = 19.44%
B = 46.79%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E5BDB (or 0x9E5BDB) is known color: Amethyst. HEX triplet: 9E, 5B and DB. RGB value is (158,91,219). Sum of RGB (Red+Green+Blue) = 158+91+219=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E5BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BDB is #61A424. Grayscale: #7D7D7D. Windows color (decimal): -6399013 or 14375838. OLE color: 14375838.

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

Color convert

RGB 158 91 219 -
CMYK 0.28 0.58 0 0.14
HSL 271.41º 0.64% 0.61% -
HSV(B) 271.41º 0.58% 0.86% -
XYZ 30.63 19.87 69.24 -
YUV 125.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 158 91 219 0.28 0.58 0 0.14 271.41 0.64 0.61
Hex 9E 5B DB 1C 3A 0 E 10F 40 3D
Octal 236 133 333 34 72 0 16 417 100 75
Binary 10011110 1011011 11011011 11100 111010 0 1110 100001111 1000000 111101

Color Harmonies of #9E5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5BDB

Black with #9E5BDB

Text Example


Text Example

White with #9E5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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