Html Css Color HEX #9E71CF Amethyst

📋 copy color: '#9E71CF'

red 158 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #9E71CF

Tints of Amethyst #9E71CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 33.05%
G = 23.64%
B = 43.31%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E71CF (or 0x9E71CF) is known color: Amethyst. HEX triplet: 9E, 71 and CF. RGB value is (158,113,207). Sum of RGB (Red+Green+Blue) = 158+113+207=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71CF is #618E30. Grayscale: #888888. Windows color (decimal): -6393393 or 13595038. OLE color: 13595038.

HSL color Cylindrical-coordinate representation of color #9E71CF: hue angle of 268.72º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E71CF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 113 207 -
CMYK 0.24 0.45 0 0.19
HSL 268.72º 0.49% 0.63% -
HSV(B) 268.72º 0.45% 0.81% -
XYZ 31.27 23.58 61.94 -
YUV 137.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 158 113 207 0.24 0.45 0 0.19 268.72 0.49 0.63
Hex 9E 71 CF 18 2D 0 13 10D 31 3F
Octal 236 161 317 30 55 0 23 415 61 77
Binary 10011110 1110001 11001111 11000 101101 0 10011 100001101 110001 111111

Color Harmonies of #9E71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E71CF

Black with #9E71CF

Text Example


Text Example

White with #9E71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,113,207); }

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

background-color css

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

 a { background-color: rgb(158,113,207); }

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

border-color css

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

 span { border-color: rgb(158,113,207); }

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