#9a98f1

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

Shades of Portage #9A98F1

Tints of Portage #9A98F1

Color information

#9A98F1 (or 0x9A98F1) is unknown color: approx Portage. HEX triplet: 9A, 98 and F1. RGB value is (154,152,241). Sum of RGB (Red+Green+Blue) = 154+152+241=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A98F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98F1 is #65670E. Grayscale: #A2A2A2. Windows color (decimal): -6645519 or 15833242. OLE color: 15833242.

HSL color Cylindrical-coordinate representation of color #9A98F1: hue angle of 241.35º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A98F1 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154152241-
CMYK0.360.3700.05
HSL241.35º76.07%77.06%-
HSV(B)241.35º36.93%94.51%-
XYZ40.4335.6887.97-
YUV162.74172.16121.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=28.15%
G=27.79%
B=44.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541522410.360.3700.05241.3576.0777.06
Hex9A98F1242505f14c4d
Octal232230361444505361114115
Binary10011010100110001111000110010010010101011111000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a98f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,152,241); }

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

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

 a { background-color: rgb(154,152,241); }

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

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

 span { border-color: rgb(154,152,241); }

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