Html Css Color HEX #9F57DC Amethyst

📋 copy color: '#9F57DC'

red 159 ◦ green 87 ◦ blue 220

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

Shades of Amethyst #9F57DC

Tints of Amethyst #9F57DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 34.12%
G = 18.67%
B = 47.21%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F57DC (or 0x9F57DC) is known color: Amethyst. HEX triplet: 9F, 57 and DC. RGB value is (159,87,220). Sum of RGB (Red+Green+Blue) = 159+87+220=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57DC is #60A823. Grayscale: #7B7B7B. Windows color (decimal): -6334500 or 14440351. OLE color: 14440351.

HSL color Cylindrical-coordinate representation of color #9F57DC: hue angle of 272.48º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F57DC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 87 220 -
CMYK 0.28 0.60 0 0.14
HSL 272.48º 0.66% 0.6% -
HSV(B) 272.48º 0.6% 0.86% -
XYZ 30.62 19.35 69.83 -
YUV 123.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 159 87 220 0.28 0.60 0 0.14 272.48 0.66 0.6
Hex 9F 57 DC 1C 3C 0 E 110 42 3C
Octal 237 127 334 34 74 0 16 420 102 74
Binary 10011111 1010111 11011100 11100 111100 0 1110 100010000 1000010 111100

Color Harmonies of #9F57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57DC

Black with #9F57DC

Text Example


Text Example

White with #9F57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,220); }

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

background-color css

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

 a { background-color: rgb(159,87,220); }

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

border-color css

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

 span { border-color: rgb(159,87,220); }

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