#9C98FB

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

Shades of Portage #9C98FB

Tints of Portage #9C98FB

Color information

#9C98FB (or 0x9C98FB) is unknown color: approx Portage. HEX triplet: 9C, 98 and FB. RGB value is (156,152,251). Sum of RGB (Red+Green+Blue) = 156+152+251=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 152 (59.77% from 255 or 27.19% 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 #9C98FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C98FB is #636704. Grayscale: #A4A4A4. Windows color (decimal): -6514437 or 16488604. OLE color: 16488604.

HSL color Cylindrical-coordinate representation of color #9C98FB: hue angle of 242.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C98FB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156152251-
CMYK0.380.3900.02
HSL242.42º92.52%79.02%-
HSV(B)242.42º39.44%98.43%-
XYZ42.3536.4996.08-
YUV164.48176.83121.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=27.91%
G=27.19%
B=44.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561522510.380.3900.02242.4292.5279.02
Hex9C98FB262702f25d4f
Octal234230373464702362135117
Binary1001110010011000111110111001101001110101111001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,251); }

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

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

 a { background-color: rgb(156,152,251); }

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

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

 span { border-color: rgb(156,152,251); }

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