#9B97FB

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

Shades of Portage #9B97FB

Tints of Portage #9B97FB

Color information

#9B97FB (or 0x9B97FB) is unknown color: approx Portage. HEX triplet: 9B, 97 and FB. RGB value is (155,151,251). Sum of RGB (Red+Green+Blue) = 155+151+251=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B97FB is #646804. Grayscale: #A3A3A3. Windows color (decimal): -6580229 or 16488347. OLE color: 16488347.

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

Color convert

RGB155151251-
CMYK0.380.4000.02
HSL242.4º92.59%78.82%-
HSV(B)242.4º39.84%98.43%-
XYZ4236.0796.01-
YUV163.6177.33121.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=27.83%
G=27.11%
B=45.06%

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
Decimal1551512510.380.4000.02242.492.5978.82
Hex9B97FB262802f25d4f
Octal233227373465002362135117
Binary1001101110010111111110111001101010000101111001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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