Html Css Color HEX #9D71CB Amethyst

📋 copy color: '#9D71CB'

red 157 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #9D71CB

Tints of Amethyst #9D71CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 33.19%
G = 23.89%
B = 42.92%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D71CB (or 0x9D71CB) is known color: Amethyst. HEX triplet: 9D, 71 and CB. RGB value is (157,113,203). Sum of RGB (Red+Green+Blue) = 157+113+203=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71CB is #628E34. Grayscale: #888888. Windows color (decimal): -6458933 or 13332893. OLE color: 13332893.

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

Color convert

RGB 157 113 203 -
CMYK 0.23 0.44 0 0.20
HSL 269.33º 0.46% 0.62% -
HSV(B) 269.33º 0.44% 0.8% -
XYZ 30.59 23.29 59.38 -
YUV 136.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 157 113 203 0.23 0.44 0 0.20 269.33 0.46 0.62
Hex 9D 71 CB 17 2C 0 14 10D 2E 3E
Octal 235 161 313 27 54 0 24 415 56 76
Binary 10011101 1110001 11001011 10111 101100 0 10100 100001101 101110 111110

Color Harmonies of #9D71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D71CB

Black with #9D71CB

Text Example


Text Example

White with #9D71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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