#9699FA

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

Shades of Portage #9699FA

Tints of Portage #9699FA

Color information

#9699FA (or 0x9699FA) is unknown color: approx Portage. HEX triplet: 96, 99 and FA. RGB value is (150,153,250). Sum of RGB (Red+Green+Blue) = 150+153+250=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 153 (60.16% from 255 or 27.67% 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 #9699FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699FA is #696605. Grayscale: #A2A2A2. Windows color (decimal): -6907398 or 16423318. OLE color: 16423318.

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

Color convert

RGB150153250-
CMYK0.40.3900.02
HSL238.2º90.91%78.43%-
HSV(B)238.2º40%98.04%-
XYZ41.2236.1795.25-
YUV163.16177.01118.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501532500.40.3900.02238.290.9178.43
Hex9699FA282702ee5b4e
Octal226231372504702356133116
Binary1001011010011001111110101010001001110101110111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9699FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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