#9B96FB

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

Shades of Portage #9B96FB

Tints of Portage #9B96FB

Color information

#9B96FB (or 0x9B96FB) is unknown color: approx Portage. HEX triplet: 9B, 96 and FB. RGB value is (155,150,251). Sum of RGB (Red+Green+Blue) = 155+150+251=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B96FB is #646904. Grayscale: #A2A2A2. Windows color (decimal): -6580485 or 16488091. OLE color: 16488091.

HSL color Cylindrical-coordinate representation of color #9B96FB: hue angle of 242.97º degrees, saturation: 0.93, 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 #9B96FB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155150251-
CMYK0.380.4000.02
HSL242.97º92.66%78.63%-
HSV(B)242.97º40.24%98.43%-
XYZ41.8435.7595.96-
YUV163.01177.66122.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=27.88%
G=26.98%
B=45.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551502510.380.4000.02242.9792.6678.63
Hex9B96FB262802f35d4f
Octal233226373465002363135117
Binary1001101110010110111110111001101010000101111001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,251); }

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

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

 a { background-color: rgb(155,150,251); }

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

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

 span { border-color: rgb(155,150,251); }

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