Html Css Color HEX #9F71D6 Amethyst

📋 copy color: '#9F71D6'

red 159 ◦ green 113 ◦ blue 214

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

Shades of Amethyst #9F71D6

Tints of Amethyst #9F71D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 32.72%
G = 23.25%
B = 44.03%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F71D6 (or 0x9F71D6) is known color: Amethyst. HEX triplet: 9F, 71 and D6. RGB value is (159,113,214). Sum of RGB (Red+Green+Blue) = 159+113+214=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F71D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71D6 is #608E29. Grayscale: #898989. Windows color (decimal): -6327850 or 14053791. OLE color: 14053791.

HSL color Cylindrical-coordinate representation of color #9F71D6: hue angle of 267.33º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F71D6 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 113 214 -
CMYK 0.26 0.47 0 0.16
HSL 267.33º 0.55% 0.64% -
HSV(B) 267.33º 0.47% 0.84% -
XYZ 32.34 24.04 66.55 -
YUV 138.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 159 113 214 0.26 0.47 0 0.16 267.33 0.55 0.64
Hex 9F 71 D6 1A 2F 0 10 10B 37 40
Octal 237 161 326 32 57 0 20 413 67 100
Binary 10011111 1110001 11010110 11010 101111 0 10000 100001011 110111 1000000

Color Harmonies of #9F71D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F71D6

Black with #9F71D6

Text Example


Text Example

White with #9F71D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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