#9B98FF

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

Shades of Portage #9B98FF

Tints of Portage #9B98FF

Color information

#9B98FF (or 0x9B98FF) is unknown color: approx Portage. HEX triplet: 9B, 98 and FF. RGB value is (155,152,255). Sum of RGB (Red+Green+Blue) = 155+152+255=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B98FF is #646700. Grayscale: #A4A4A4. Windows color (decimal): -6579969 or 16750747. OLE color: 16750747.

HSL color Cylindrical-coordinate representation of color #9B98FF: hue angle of 241.75º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B98FF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155152255-
CMYK0.390.4000
HSL241.75º100%79.8%-
HSV(B)241.75º40.39%100%-
XYZ42.836.6599.43-
YUV164.64178.99121.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.58%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 255 (100% from 255) = 45.37%
R=27.58%
G=27.05%
B=45.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551522550.390.4000241.7510079.8
Hex9B98FF272800f26450
Octal233230377475000362144120
Binary100110111001100011111111100111101000001111001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,152,255); }

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

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

 a { background-color: rgb(155,152,255); }

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

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

 span { border-color: rgb(155,152,255); }

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