#9F95FA

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

Shades of Portage #9F95FA

Tints of Portage #9F95FA

Color information

#9F95FA (or 0x9F95FA) is unknown color: approx Portage. HEX triplet: 9F, 95 and FA. RGB value is (159,149,250). Sum of RGB (Red+Green+Blue) = 159+149+250=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F95FA is #606A05. Grayscale: #A3A3A3. Windows color (decimal): -6318598 or 16422303. OLE color: 16422303.

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

Color convert

RGB159149250-
CMYK0.360.4000.02
HSL245.94º90.99%78.24%-
HSV(B)245.94º40.4%98.04%-
XYZ42.335.7795.12-
YUV163.5176.81124.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=28.49%
G=26.70%
B=44.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591492500.360.4000.02245.9490.9978.24
Hex9F95FA242802f65b4e
Octal237225372445002366133116
Binary1001111110010101111110101001001010000101111011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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