#9B97FD

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

Shades of Portage #9B97FD

Tints of Portage #9B97FD

Color information

#9B97FD (or 0x9B97FD) is unknown color: approx Portage. HEX triplet: 9B, 97 and FD. RGB value is (155,151,253). Sum of RGB (Red+Green+Blue) = 155+151+253=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B97FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B97FD is #646802. Grayscale: #A3A3A3. Windows color (decimal): -6580227 or 16619419. OLE color: 16619419.

HSL color Cylindrical-coordinate representation of color #9B97FD: hue angle of 242.35º degrees, saturation: 0.96, 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 #9B97FD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155151253-
CMYK0.390.4000.01
HSL242.35º96.23%79.22%-
HSV(B)242.35º40.32%99.22%-
XYZ42.3136.1997.68-
YUV163.82178.33121.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=27.73%
G=27.01%
B=45.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551512530.390.4000.01242.3596.2379.22
Hex9B97FD272801f2604f
Octal233227375475001362140117
Binary100110111001011111111101100111101000011111001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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