Html Css Color HEX #9F50FA Medium Purple

📋 copy color: '#9F50FA'

red 159 ◦ green 80 ◦ blue 250

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

Shades of Medium Purple #9F50FA

Tints of Medium Purple #9F50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.36%

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

R = 32.52%
G = 16.36%
B = 51.12%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F50FA (or 0x9F50FA) is known color: Medium Purple. HEX triplet: 9F, 50 and FA. RGB value is (159,80,250). Sum of RGB (Red+Green+Blue) = 159+80+250=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F50FA is #60AF05. Grayscale: #7A7A7A. Windows color (decimal): -6336262 or 16404639. OLE color: 16404639.

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

Color convert

RGB 159 80 250 -
CMYK 0.36 0.68 0 0.02
HSL 267.88º 0.94% 0.65% -
HSV(B) 267.88º 0.68% 0.98% -
XYZ 34.42 20.01 92.49 -
YUV 123 199.67 153.68 -
System Red Green Blue C M Y K H S L
Decimal 159 80 250 0.36 0.68 0 0.02 267.88 0.94 0.65
Hex 9F 50 FA 24 44 0 2 10C 5E 41
Octal 237 120 372 44 104 0 2 414 136 101
Binary 10011111 1010000 11111010 100100 1000100 0 10 100001100 1011110 1000001

Color Harmonies of #9F50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F50FA

Black with #9F50FA

Text Example


Text Example

White with #9F50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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