#9D97FC

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

Shades of Portage #9D97FC

Tints of Portage #9D97FC

Color information

#9D97FC (or 0x9D97FC) is unknown color: approx Portage. HEX triplet: 9D, 97 and FC. RGB value is (157,151,252). Sum of RGB (Red+Green+Blue) = 157+151+252=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D97FC is #626803. Grayscale: #A3A3A3. Windows color (decimal): -6449156 or 16553885. OLE color: 16553885.

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

Color convert

RGB157151252-
CMYK0.380.4000.01
HSL243.56º94.39%79.02%-
HSV(B)243.56º40.08%98.82%-
XYZ42.5436.3396.87-
YUV164.31177.49122.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 252 (98.83% from 255) = 45%
R=28.04%
G=26.96%
B=45%

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
Decimal1571512520.380.4000.01243.5694.3979.02
Hex9D97FC262801f45e4f
Octal235227374465001364136117
Binary100111011001011111111100100110101000011111010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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