#9F97FB

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

Shades of Portage #9F97FB

Tints of Portage #9F97FB

Color information

#9F97FB (or 0x9F97FB) is unknown color: approx Portage. HEX triplet: 9F, 97 and FB. RGB value is (159,151,251). Sum of RGB (Red+Green+Blue) = 159+151+251=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F97FB is #606804. Grayscale: #A4A4A4. Windows color (decimal): -6318085 or 16488351. OLE color: 16488351.

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

Color convert

RGB159151251-
CMYK0.370.4000.02
HSL244.8º92.59%78.82%-
HSV(B)244.8º39.84%98.43%-
XYZ42.7836.4796.05-
YUV164.79176.65123.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=28.34%
G=26.92%
B=44.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591512510.370.4000.02244.892.5978.82
Hex9F97FB252802f55d4f
Octal237227373455002365135117
Binary1001111110010111111110111001011010000101111010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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