#9A99FE

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

Shades of Portage #9A99FE

Tints of Portage #9A99FE

Color information

#9A99FE (or 0x9A99FE) is unknown color: approx Portage. HEX triplet: 9A, 99 and FE. RGB value is (154,153,254). Sum of RGB (Red+Green+Blue) = 154+153+254=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A99FE is #656601. Grayscale: #A4A4A4. Windows color (decimal): -6645250 or 16685466. OLE color: 16685466.

HSL color Cylindrical-coordinate representation of color #9A99FE: hue angle of 240.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A99FE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154153254-
CMYK0.390.4000.00
HSL240.59º98.06%79.8%-
HSV(B)240.59º39.76%99.61%-
XYZ42.6136.8198.62-
YUV164.81178.33120.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=27.45%
G=27.27%
B=45.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541532540.390.4000.00240.5998.0679.8
Hex9A99FE272800f16250
Octal232231376475000361142120
Binary100110101001100111111110100111101000001111000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,153,254); }

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

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

 a { background-color: rgb(154,153,254); }

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

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

 span { border-color: rgb(154,153,254); }

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