Html Css Color HEX #9D71CA Amethyst

📋 copy color: '#9D71CA'

red 157 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #9D71CA

Tints of Amethyst #9D71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 33.26%
G = 23.94%
B = 42.8%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D71CA (or 0x9D71CA) is known color: Amethyst. HEX triplet: 9D, 71 and CA. RGB value is (157,113,202). Sum of RGB (Red+Green+Blue) = 157+113+202=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71CA is #628E35. Grayscale: #878787. Windows color (decimal): -6458934 or 13267357. OLE color: 13267357.

HSL color Cylindrical-coordinate representation of color #9D71CA: hue angle of 269.66º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D71CA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 113 202 -
CMYK 0.22 0.44 0 0.21
HSL 269.66º 0.46% 0.62% -
HSV(B) 269.66º 0.44% 0.79% -
XYZ 30.47 23.24 58.76 -
YUV 136.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 157 113 202 0.22 0.44 0 0.21 269.66 0.46 0.62
Hex 9D 71 CA 16 2C 0 15 10E 2E 3E
Octal 235 161 312 26 54 0 25 416 56 76
Binary 10011101 1110001 11001010 10110 101100 0 10101 100001110 101110 111110

Color Harmonies of #9D71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D71CA

Black with #9D71CA

Text Example


Text Example

White with #9D71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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