Html Css Color HEX #9E5DCE Amethyst

📋 copy color: '#9E5DCE'

red 158 ◦ green 93 ◦ blue 206

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

Shades of Amethyst #9E5DCE

Tints of Amethyst #9E5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.35%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 34.57%
G = 20.35%
B = 45.08%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E5DCE (or 0x9E5DCE) is known color: Amethyst. HEX triplet: 9E, 5D and CE. RGB value is (158,93,206). Sum of RGB (Red+Green+Blue) = 158+93+206=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DCE is #61A231. Grayscale: #7C7C7C. Windows color (decimal): -6398514 or 13524382. OLE color: 13524382.

HSL color Cylindrical-coordinate representation of color #9E5DCE: hue angle of 274.51º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5DCE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 93 206 -
CMYK 0.23 0.55 0 0.19
HSL 274.51º 0.54% 0.59% -
HSV(B) 274.51º 0.55% 0.81% -
XYZ 29.16 19.55 60.63 -
YUV 125.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 158 93 206 0.23 0.55 0 0.19 274.51 0.54 0.59
Hex 9E 5D CE 17 37 0 13 113 36 3B
Octal 236 135 316 27 67 0 23 423 66 73
Binary 10011110 1011101 11001110 10111 110111 0 10011 100010011 110110 111011

Color Harmonies of #9E5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5DCE

Black with #9E5DCE

Text Example


Text Example

White with #9E5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,93,206); }

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

background-color css

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

 a { background-color: rgb(158,93,206); }

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

border-color css

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

 span { border-color: rgb(158,93,206); }

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