Html Css Color HEX #9F71CA Amethyst

📋 copy color: '#9F71CA'

red 159 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #9F71CA

Tints of Amethyst #9F71CA

RGB

 RED value IS 159 (62.5% from 255) = 33.54%

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

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

R = 33.54%
G = 23.84%
B = 42.62%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F71CA (or 0x9F71CA) is known color: Amethyst. HEX triplet: 9F, 71 and CA. RGB value is (159,113,202). Sum of RGB (Red+Green+Blue) = 159+113+202=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71CA is #608E35. Grayscale: #888888. Windows color (decimal): -6327862 or 13267359. OLE color: 13267359.

HSL color Cylindrical-coordinate representation of color #9F71CA: hue angle of 271.01º 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 #9F71CA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 113 202 -
CMYK 0.21 0.44 0 0.21
HSL 271.01º 0.46% 0.62% -
HSV(B) 271.01º 0.44% 0.79% -
XYZ 30.86 23.45 58.78 -
YUV 136.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 159 113 202 0.21 0.44 0 0.21 271.01 0.46 0.62
Hex 9F 71 CA 15 2C 0 15 10F 2E 3E
Octal 237 161 312 25 54 0 25 417 56 76
Binary 10011111 1110001 11001010 10101 101100 0 10101 100001111 101110 111110

Color Harmonies of #9F71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F71CA

Black with #9F71CA

Text Example


Text Example

White with #9F71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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