Html Css Color HEX #9D71CE Amethyst

📋 copy color: '#9D71CE'

red 157 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #9D71CE

Tints of Amethyst #9D71CE

RGB

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

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

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

R = 32.98%
G = 23.74%
B = 43.28%

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

#9D71CE (or 0x9D71CE) is known color: Amethyst. HEX triplet: 9D, 71 and CE. RGB value is (157,113,206). Sum of RGB (Red+Green+Blue) = 157+113+206=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71CE is #628E31. Grayscale: #888888. Windows color (decimal): -6458930 or 13529501. OLE color: 13529501.

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

Color convert

RGB 157 113 206 -
CMYK 0.24 0.45 0 0.19
HSL 268.39º 0.49% 0.63% -
HSV(B) 268.39º 0.45% 0.81% -
XYZ 30.95 23.43 61.28 -
YUV 136.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 157 113 206 0.24 0.45 0 0.19 268.39 0.49 0.63
Hex 9D 71 CE 18 2D 0 13 10C 31 3F
Octal 235 161 316 30 55 0 23 414 61 77
Binary 10011101 1110001 11001110 11000 101101 0 10011 100001100 110001 111111

Color Harmonies of #9D71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D71CE

Black with #9D71CE

Text Example


Text Example

White with #9D71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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