#9B99F2

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

Shades of Portage #9B99F2

Tints of Portage #9B99F2

Color information

#9B99F2 (or 0x9B99F2) is unknown color: approx Portage. HEX triplet: 9B, 99 and F2. RGB value is (155,153,242). Sum of RGB (Red+Green+Blue) = 155+153+242=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B99F2 is #64660D. Grayscale: #A3A3A3. Windows color (decimal): -6579726 or 15899035. OLE color: 15899035.

HSL color Cylindrical-coordinate representation of color #9B99F2: hue angle of 241.35º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B99F2 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155153242-
CMYK0.360.3700.05
HSL241.35º77.39%77.45%-
HSV(B)241.35º36.78%94.9%-
XYZ40.9436.1688.83-
YUV163.74172.16121.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.18%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 242 (94.92% from 255) = 44%
R=28.18%
G=27.82%
B=44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551532420.360.3700.05241.3577.3977.45
Hex9B99F2242505f14d4d
Octal233231362444505361115115
Binary10011011100110011111001010010010010101011111000110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B99F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,153,242); }

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

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

 a { background-color: rgb(155,153,242); }

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

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

 span { border-color: rgb(155,153,242); }

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