Html Css Color HEX #9E71CA Amethyst

📋 copy color: '#9E71CA'

red 158 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #9E71CA

Tints of Amethyst #9E71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 33.4%
G = 23.89%
B = 42.71%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E71CA (or 0x9E71CA) is known color: Amethyst. HEX triplet: 9E, 71 and CA. RGB value is (158,113,202). Sum of RGB (Red+Green+Blue) = 158+113+202=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71CA is #618E35. Grayscale: #888888. Windows color (decimal): -6393398 or 13267358. OLE color: 13267358.

HSL color Cylindrical-coordinate representation of color #9E71CA: hue angle of 270.34º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E71CA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 113 202 -
CMYK 0.22 0.44 0 0.21
HSL 270.34º 0.46% 0.62% -
HSV(B) 270.34º 0.44% 0.79% -
XYZ 30.67 23.34 58.77 -
YUV 136.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 158 113 202 0.22 0.44 0 0.21 270.34 0.46 0.62
Hex 9E 71 CA 16 2C 0 15 10E 2E 3E
Octal 236 161 312 26 54 0 25 416 56 76
Binary 10011110 1110001 11001010 10110 101100 0 10101 100001110 101110 111110

Color Harmonies of #9E71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E71CA

Black with #9E71CA

Text Example


Text Example

White with #9E71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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