Html Css Color HEX #9D70CD Amethyst

📋 copy color: '#9D70CD'

red 157 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #9D70CD

Tints of Amethyst #9D70CD

RGB

 RED value IS 157 (61.72% from 255) = 33.12%

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

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

R = 33.12%
G = 23.63%
B = 43.25%

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

#9D70CD (or 0x9D70CD) is known color: Amethyst. HEX triplet: 9D, 70 and CD. RGB value is (157,112,205). Sum of RGB (Red+Green+Blue) = 157+112+205=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D70CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70CD is #628F32. Grayscale: #878787. Windows color (decimal): -6459187 or 13463709. OLE color: 13463709.

HSL color Cylindrical-coordinate representation of color #9D70CD: hue angle of 269.03º 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 #9D70CD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 112 205 -
CMYK 0.23 0.45 0 0.20
HSL 269.03º 0.48% 0.62% -
HSV(B) 269.03º 0.45% 0.8% -
XYZ 30.72 23.16 60.61 -
YUV 136.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 157 112 205 0.23 0.45 0 0.20 269.03 0.48 0.62
Hex 9D 70 CD 17 2D 0 14 10D 30 3E
Octal 235 160 315 27 55 0 24 415 60 76
Binary 10011101 1110000 11001101 10111 101101 0 10100 100001101 110000 111110

Color Harmonies of #9D70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D70CD

Black with #9D70CD

Text Example


Text Example

White with #9D70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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