Html Css Color HEX #9F61DF Amethyst

📋 copy color: '#9F61DF'

red 159 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #9F61DF

Tints of Amethyst #9F61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 33.19%
G = 20.25%
B = 46.56%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F61DF (or 0x9F61DF) is known color: Amethyst. HEX triplet: 9F, 61 and DF. RGB value is (159,97,223). Sum of RGB (Red+Green+Blue) = 159+97+223=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61DF is #609E20. Grayscale: #818181. Windows color (decimal): -6331937 or 14639519. OLE color: 14639519.

HSL color Cylindrical-coordinate representation of color #9F61DF: hue angle of 269.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F61DF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 97 223 -
CMYK 0.29 0.57 0 0.13
HSL 269.52º 0.66% 0.63% -
HSV(B) 269.52º 0.57% 0.87% -
XYZ 31.89 21.25 72.23 -
YUV 129.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 159 97 223 0.29 0.57 0 0.13 269.52 0.66 0.63
Hex 9F 61 DF 1D 39 0 D 10E 42 3F
Octal 237 141 337 35 71 0 15 416 102 77
Binary 10011111 1100001 11011111 11101 111001 0 1101 100001110 1000010 111111

Color Harmonies of #9F61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61DF

Black with #9F61DF

Text Example


Text Example

White with #9F61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,97,223); }

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

background-color css

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

 a { background-color: rgb(159,97,223); }

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

border-color css

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

 span { border-color: rgb(159,97,223); }

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