#9D97FB

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

Shades of Portage #9D97FB

Tints of Portage #9D97FB

Color information

#9D97FB (or 0x9D97FB) is unknown color: approx Portage. HEX triplet: 9D, 97 and FB. RGB value is (157,151,251). Sum of RGB (Red+Green+Blue) = 157+151+251=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D97FB is #626804. Grayscale: #A3A3A3. Windows color (decimal): -6449157 or 16488349. OLE color: 16488349.

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

Color convert

RGB157151251-
CMYK0.370.4000.02
HSL243.6º92.59%78.82%-
HSV(B)243.6º39.84%98.43%-
XYZ42.3836.2796.03-
YUV164.19176.99122.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.09%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=28.09%
G=27.01%
B=44.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571512510.370.4000.02243.692.5978.82
Hex9D97FB252802f45d4f
Octal235227373455002364135117
Binary1001110110010111111110111001011010000101111010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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