Html Css Color HEX #9E5CDE Amethyst

📋 copy color: '#9E5CDE'

red 158 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #9E5CDE

Tints of Amethyst #9E5CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.49%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 33.47%
G = 19.49%
B = 47.03%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E5CDE (or 0x9E5CDE) is known color: Amethyst. HEX triplet: 9E, 5C and DE. RGB value is (158,92,222). Sum of RGB (Red+Green+Blue) = 158+92+222=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CDE is #61A321. Grayscale: #7E7E7E. Windows color (decimal): -6398754 or 14572702. OLE color: 14572702.

HSL color Cylindrical-coordinate representation of color #9E5CDE: hue angle of 270.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E5CDE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 92 222 -
CMYK 0.29 0.59 0 0.13
HSL 270.46º 0.66% 0.62% -
HSV(B) 270.46º 0.59% 0.87% -
XYZ 31.11 20.2 71.37 -
YUV 126.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 158 92 222 0.29 0.59 0 0.13 270.46 0.66 0.62
Hex 9E 5C DE 1D 3B 0 D 10E 42 3E
Octal 236 134 336 35 73 0 15 416 102 76
Binary 10011110 1011100 11011110 11101 111011 0 1101 100001110 1000010 111110

Color Harmonies of #9E5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CDE

Black with #9E5CDE

Text Example


Text Example

White with #9E5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,222); }

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

background-color css

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

 a { background-color: rgb(158,92,222); }

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

border-color css

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

 span { border-color: rgb(158,92,222); }

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