#9996FA

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

Shades of Portage #9996FA

Tints of Portage #9996FA

Color information

#9996FA (or 0x9996FA) is unknown color: approx Portage. HEX triplet: 99, 96 and FA. RGB value is (153,150,250). Sum of RGB (Red+Green+Blue) = 153+150+250=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #9996FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996FA is #666905. Grayscale: #A1A1A1. Windows color (decimal): -6711558 or 16422553. OLE color: 16422553.

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

Color convert

RGB153150250-
CMYK0.390.400.02
HSL241.8º90.91%78.43%-
HSV(B)241.8º40%98.04%-
XYZ41.335.4995.12-
YUV162.3177.49121.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.67%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=27.67%
G=27.12%
B=45.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531502500.390.400.02241.890.9178.43
Hex9996FA272802f25b4e
Octal231226372475002362133116
Binary1001100110010110111110101001111010000101111001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9996FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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