Html Css Color HEX #9F55FC Medium Purple

📋 copy color: '#9F55FC'

red 159 ◦ green 85 ◦ blue 252

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

Shades of Medium Purple #9F55FC

Tints of Medium Purple #9F55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 32.06%
G = 17.14%
B = 50.81%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F55FC (or 0x9F55FC) is known color: Medium Purple. HEX triplet: 9F, 55 and FC. RGB value is (159,85,252). Sum of RGB (Red+Green+Blue) = 159+85+252=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F55FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F55FC is #60AA03. Grayscale: #7D7D7D. Windows color (decimal): -6334980 or 16536991. OLE color: 16536991.

HSL color Cylindrical-coordinate representation of color #9F55FC: hue angle of 266.59º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F55FC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 85 252 -
CMYK 0.37 0.66 0 0.01
HSL 266.59º 0.97% 0.66% -
HSV(B) 266.59º 0.66% 0.99% -
XYZ 35.12 20.9 94.28 -
YUV 126.16 199.02 151.42 -
System Red Green Blue C M Y K H S L
Decimal 159 85 252 0.37 0.66 0 0.01 266.59 0.97 0.66
Hex 9F 55 FC 25 42 0 1 10B 61 42
Octal 237 125 374 45 102 0 1 413 141 102
Binary 10011111 1010101 11111100 100101 1000010 0 1 100001011 1100001 1000010

Color Harmonies of #9F55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55FC

Black with #9F55FC

Text Example


Text Example

White with #9F55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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