Html Css Color HEX #9F58FA Medium Purple

📋 copy color: '#9F58FA'

red 159 ◦ green 88 ◦ blue 250

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

Shades of Medium Purple #9F58FA

Tints of Medium Purple #9F58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.71%

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

R = 31.99%
G = 17.71%
B = 50.3%

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

#9F58FA (or 0x9F58FA) is known color: Medium Purple. HEX triplet: 9F, 58 and FA. RGB value is (159,88,250). Sum of RGB (Red+Green+Blue) = 159+88+250=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F58FA is #60A705. Grayscale: #7F7F7F. Windows color (decimal): -6334214 or 16406687. OLE color: 16406687.

HSL color Cylindrical-coordinate representation of color #9F58FA: hue angle of 266.3º 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 #9F58FA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 88 250 -
CMYK 0.36 0.65 0 0.02
HSL 266.3º 0.94% 0.66% -
HSV(B) 266.3º 0.65% 0.98% -
XYZ 35.04 21.25 92.7 -
YUV 127.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 159 88 250 0.36 0.65 0 0.02 266.3 0.94 0.66
Hex 9F 58 FA 24 41 0 2 10A 5E 42
Octal 237 130 372 44 101 0 2 412 136 102
Binary 10011111 1011000 11111010 100100 1000001 0 10 100001010 1011110 1000010

Color Harmonies of #9F58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58FA

Black with #9F58FA

Text Example


Text Example

White with #9F58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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