#9997FA

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

Shades of Portage #9997FA

Tints of Portage #9997FA

Color information

#9997FA (or 0x9997FA) is unknown color: approx Portage. HEX triplet: 99, 97 and FA. RGB value is (153,151,250). Sum of RGB (Red+Green+Blue) = 153+151+250=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #9997FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9997FA is #666805. Grayscale: #A2A2A2. Windows color (decimal): -6711302 or 16422809. OLE color: 16422809.

HSL color Cylindrical-coordinate representation of color #9997FA: hue angle of 241.21º degrees, saturation: 0.91, 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 #9997FA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153151250-
CMYK0.390.4000.02
HSL241.21º90.83%78.63%-
HSV(B)241.21º39.6%98.04%-
XYZ41.4635.8195.17-
YUV162.88177.16120.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=27.62%
G=27.26%
B=45.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531512500.390.4000.02241.2190.8378.63
Hex9997FA272802f15b4f
Octal231227372475002361133117
Binary1001100110010111111110101001111010000101111000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9997FA; }

 p { color: rgb(153,151,250); }

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

<style>
 a { background-color: #9997FA; }

 a { background-color: rgb(153,151,250); }

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

<style>
 span { border-color: #9997FA; }

 span { border-color: rgb(153,151,250); }

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