Html Css Color HEX #9E70CA Amethyst

📋 copy color: '#9E70CA'

red 158 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #9E70CA

Tints of Amethyst #9E70CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

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

R = 33.47%
G = 23.73%
B = 42.8%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E70CA (or 0x9E70CA) is known color: Amethyst. HEX triplet: 9E, 70 and CA. RGB value is (158,112,202). Sum of RGB (Red+Green+Blue) = 158+112+202=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70CA is #618F35. Grayscale: #878787. Windows color (decimal): -6393654 or 13267102. OLE color: 13267102.

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

Color convert

RGB 158 112 202 -
CMYK 0.22 0.45 0 0.21
HSL 270.67º 0.46% 0.62% -
HSV(B) 270.67º 0.45% 0.79% -
XYZ 30.56 23.12 58.73 -
YUV 136.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 158 112 202 0.22 0.45 0 0.21 270.67 0.46 0.62
Hex 9E 70 CA 16 2D 0 15 10F 2E 3E
Octal 236 160 312 26 55 0 25 417 56 76
Binary 10011110 1110000 11001010 10110 101101 0 10101 100001111 101110 111110

Color Harmonies of #9E70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E70CA

Black with #9E70CA

Text Example


Text Example

White with #9E70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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