Html Css Color HEX #9F57FA Medium Purple

📋 copy color: '#9F57FA'

red 159 ◦ green 87 ◦ blue 250

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

Shades of Medium Purple #9F57FA

Tints of Medium Purple #9F57FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 32.06%
G = 17.54%
B = 50.4%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F57FA (or 0x9F57FA) is known color: Medium Purple. HEX triplet: 9F, 57 and FA. RGB value is (159,87,250). Sum of RGB (Red+Green+Blue) = 159+87+250=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F57FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57FA is #60A805. Grayscale: #7E7E7E. Windows color (decimal): -6334470 or 16406431. OLE color: 16406431.

HSL color Cylindrical-coordinate representation of color #9F57FA: hue angle of 266.5º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F57FA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 87 250 -
CMYK 0.36 0.65 0 0.02
HSL 266.5º 0.94% 0.66% -
HSV(B) 266.5º 0.65% 0.98% -
XYZ 34.96 21.09 92.67 -
YUV 127.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 159 87 250 0.36 0.65 0 0.02 266.5 0.94 0.66
Hex 9F 57 FA 24 41 0 2 10B 5E 42
Octal 237 127 372 44 101 0 2 413 136 102
Binary 10011111 1010111 11111010 100100 1000001 0 10 100001011 1011110 1000010

Color Harmonies of #9F57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57FA

Black with #9F57FA

Text Example


Text Example

White with #9F57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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