Html Css Color HEX #9F55FA Medium Purple

📋 copy color: '#9F55FA'

red 159 ◦ green 85 ◦ blue 250

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

Shades of Medium Purple #9F55FA

Tints of Medium Purple #9F55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

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

R = 32.19%
G = 17.21%
B = 50.61%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F55FA (or 0x9F55FA) is known color: Medium Purple. HEX triplet: 9F, 55 and FA. RGB value is (159,85,250). Sum of RGB (Red+Green+Blue) = 159+85+250=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F55FA is #60AA05. Grayscale: #7D7D7D. Windows color (decimal): -6334982 or 16405919. OLE color: 16405919.

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

Color convert

RGB 159 85 250 -
CMYK 0.36 0.66 0 0.02
HSL 266.91º 0.94% 0.66% -
HSV(B) 266.91º 0.66% 0.98% -
XYZ 34.8 20.77 92.62 -
YUV 125.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 159 85 250 0.36 0.66 0 0.02 266.91 0.94 0.66
Hex 9F 55 FA 24 42 0 2 10B 5E 42
Octal 237 125 372 44 102 0 2 413 136 102
Binary 10011111 1010101 11111010 100100 1000010 0 10 100001011 1011110 1000010

Color Harmonies of #9F55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55FA

Black with #9F55FA

Text Example


Text Example

White with #9F55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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