Html Css Color HEX #9E70CD Amethyst

📋 copy color: '#9E70CD'

red 158 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #9E70CD

Tints of Amethyst #9E70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 33.26%
G = 23.58%
B = 43.16%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E70CD (or 0x9E70CD) is known color: Amethyst. HEX triplet: 9E, 70 and CD. RGB value is (158,112,205). Sum of RGB (Red+Green+Blue) = 158+112+205=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E70CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70CD is #618F32. Grayscale: #888888. Windows color (decimal): -6393651 or 13463710. OLE color: 13463710.

HSL color Cylindrical-coordinate representation of color #9E70CD: hue angle of 269.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E70CD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 112 205 -
CMYK 0.23 0.45 0 0.20
HSL 269.68º 0.48% 0.62% -
HSV(B) 269.68º 0.45% 0.8% -
XYZ 30.91 23.27 60.62 -
YUV 136.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 158 112 205 0.23 0.45 0 0.20 269.68 0.48 0.62
Hex 9E 70 CD 17 2D 0 14 10E 30 3E
Octal 236 160 315 27 55 0 24 416 60 76
Binary 10011110 1110000 11001101 10111 101101 0 10100 100001110 110000 111110

Color Harmonies of #9E70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E70CD

Black with #9E70CD

Text Example


Text Example

White with #9E70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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