Html Css Color HEX #9D71CF Amethyst

📋 copy color: '#9D71CF'

red 157 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #9D71CF

Tints of Amethyst #9D71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 32.91%
G = 23.69%
B = 43.4%

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

#9D71CF (or 0x9D71CF) is known color: Amethyst. HEX triplet: 9D, 71 and CF. RGB value is (157,113,207). Sum of RGB (Red+Green+Blue) = 157+113+207=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71CF is #628E30. Grayscale: #888888. Windows color (decimal): -6458929 or 13595037. OLE color: 13595037.

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

Color convert

RGB 157 113 207 -
CMYK 0.24 0.45 0 0.19
HSL 268.09º 0.49% 0.63% -
HSV(B) 268.09º 0.45% 0.81% -
XYZ 31.07 23.48 61.93 -
YUV 136.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 157 113 207 0.24 0.45 0 0.19 268.09 0.49 0.63
Hex 9D 71 CF 18 2D 0 13 10C 31 3F
Octal 235 161 317 30 55 0 23 414 61 77
Binary 10011101 1110001 11001111 11000 101101 0 10011 100001100 110001 111111

Color Harmonies of #9D71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D71CF

Black with #9D71CF

Text Example


Text Example

White with #9D71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,113,207); }

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

background-color css

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

 a { background-color: rgb(157,113,207); }

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

border-color css

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

 span { border-color: rgb(157,113,207); }

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