Html Css Color HEX #9D72CE Amethyst

📋 copy color: '#9D72CE'

red 157 ◦ green 114 ◦ blue 206

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

Shades of Amethyst #9D72CE

Tints of Amethyst #9D72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 32.91%
G = 23.9%
B = 43.19%

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

#9D72CE (or 0x9D72CE) is known color: Amethyst. HEX triplet: 9D, 72 and CE. RGB value is (157,114,206). Sum of RGB (Red+Green+Blue) = 157+114+206=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D72CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72CE is #628D31. Grayscale: #898989. Windows color (decimal): -6458674 or 13529757. OLE color: 13529757.

HSL color Cylindrical-coordinate representation of color #9D72CE: hue angle of 268.04º degrees, saturation: 0.48, 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 #9D72CE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 114 206 -
CMYK 0.24 0.45 0 0.19
HSL 268.04º 0.48% 0.63% -
HSV(B) 268.04º 0.45% 0.81% -
XYZ 31.06 23.66 61.32 -
YUV 137.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 157 114 206 0.24 0.45 0 0.19 268.04 0.48 0.63
Hex 9D 72 CE 18 2D 0 13 10C 30 3F
Octal 235 162 316 30 55 0 23 414 60 77
Binary 10011101 1110010 11001110 11000 101101 0 10011 100001100 110000 111111

Color Harmonies of #9D72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D72CE

Black with #9D72CE

Text Example


Text Example

White with #9D72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,114,206); }

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

background-color css

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

 a { background-color: rgb(157,114,206); }

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

border-color css

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

 span { border-color: rgb(157,114,206); }

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