#9B97FC

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

Shades of Portage #9B97FC

Tints of Portage #9B97FC

Color information

#9B97FC (or 0x9B97FC) is unknown color: approx Portage. HEX triplet: 9B, 97 and FC. RGB value is (155,151,252). Sum of RGB (Red+Green+Blue) = 155+151+252=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B97FC is #646803. Grayscale: #A3A3A3. Windows color (decimal): -6580228 or 16553883. OLE color: 16553883.

HSL color Cylindrical-coordinate representation of color #9B97FC: hue angle of 242.38º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B97FC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155151252-
CMYK0.380.4000.01
HSL242.38º94.39%79.02%-
HSV(B)242.38º40.08%98.82%-
XYZ42.1536.1396.85-
YUV163.71177.83121.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=27.78%
G=27.06%
B=45.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551512520.380.4000.01242.3894.3979.02
Hex9B97FC262801f25e4f
Octal233227374465001362136117
Binary100110111001011111111100100110101000011111001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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