#9F97FC

Color #9F97FC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9F97FC

Tints of Portage #9F97FC

Color information

#9F97FC (or 0x9F97FC) is unknown color: approx Portage. HEX triplet: 9F, 97 and FC. RGB value is (159,151,252). Sum of RGB (Red+Green+Blue) = 159+151+252=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F97FC is #606803. Grayscale: #A4A4A4. Windows color (decimal): -6318084 or 16553887. OLE color: 16553887.

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

Color convert

RGB159151252-
CMYK0.370.4000.01
HSL244.75º94.39%79.02%-
HSV(B)244.75º40.08%98.82%-
XYZ42.9436.5396.88-
YUV164.91177.15123.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=28.29%
G=26.87%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591512520.370.4000.01244.7594.3979.02
Hex9F97FC252801f55e4f
Octal237227374455001365136117
Binary100111111001011111111100100101101000011111010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F97FC;
 }
 .AnyTagClassName
 {
   color: #9F97FC;
 }
</style>
background-color css

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

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

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

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

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

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