Html Css Color HEX #9F57DA Amethyst

📋 copy color: '#9F57DA'

red 159 ◦ green 87 ◦ blue 218

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

Shades of Amethyst #9F57DA

Tints of Amethyst #9F57DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 34.27%
G = 18.75%
B = 46.98%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F57DA (or 0x9F57DA) is known color: Amethyst. HEX triplet: 9F, 57 and DA. RGB value is (159,87,218). Sum of RGB (Red+Green+Blue) = 159+87+218=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F57DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57DA is #60A825. Grayscale: #7B7B7B. Windows color (decimal): -6334502 or 14309279. OLE color: 14309279.

HSL color Cylindrical-coordinate representation of color #9F57DA: hue angle of 272.98º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F57DA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 87 218 -
CMYK 0.27 0.60 0 0.15
HSL 272.98º 0.64% 0.6% -
HSV(B) 272.98º 0.6% 0.85% -
XYZ 30.36 19.25 68.44 -
YUV 123.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 159 87 218 0.27 0.60 0 0.15 272.98 0.64 0.6
Hex 9F 57 DA 1B 3C 0 F 111 40 3C
Octal 237 127 332 33 74 0 17 421 100 74
Binary 10011111 1010111 11011010 11011 111100 0 1111 100010001 1000000 111100

Color Harmonies of #9F57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57DA

Black with #9F57DA

Text Example


Text Example

White with #9F57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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