Html Css Color HEX #9F57EA Amethyst

📋 copy color: '#9F57EA'

red 159 ◦ green 87 ◦ blue 234

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

Shades of Amethyst #9F57EA

Tints of Amethyst #9F57EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 33.13%
G = 18.13%
B = 48.75%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F57EA (or 0x9F57EA) is known color: Amethyst. HEX triplet: 9F, 57 and EA. RGB value is (159,87,234). Sum of RGB (Red+Green+Blue) = 159+87+234=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F57EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57EA is #60A815. Grayscale: #7C7C7C. Windows color (decimal): -6334486 or 15357855. OLE color: 15357855.

HSL color Cylindrical-coordinate representation of color #9F57EA: hue angle of 269.39º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F57EA is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 87 234 -
CMYK 0.32 0.63 0 0.08
HSL 269.39º 0.78% 0.63% -
HSV(B) 269.39º 0.63% 0.92% -
XYZ 32.56 20.13 80.01 -
YUV 125.29 189.35 152.05 -
System Red Green Blue C M Y K H S L
Decimal 159 87 234 0.32 0.63 0 0.08 269.39 0.78 0.63
Hex 9F 57 EA 20 3F 0 8 10D 4E 3F
Octal 237 127 352 40 77 0 10 415 116 77
Binary 10011111 1010111 11101010 100000 111111 0 1000 100001101 1001110 111111

Color Harmonies of #9F57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57EA

Black with #9F57EA

Text Example


Text Example

White with #9F57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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