#9D98FF

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

Shades of Portage #9D98FF

Tints of Portage #9D98FF

Color information

#9D98FF (or 0x9D98FF) is unknown color: approx Portage. HEX triplet: 9D, 98 and FF. RGB value is (157,152,255). Sum of RGB (Red+Green+Blue) = 157+152+255=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D98FF is #626700. Grayscale: #A4A4A4. Windows color (decimal): -6448897 or 16750749. OLE color: 16750749.

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

Color convert

RGB157152255-
CMYK0.380.4000
HSL242.91º100%79.8%-
HSV(B)242.91º40.39%100%-
XYZ43.1836.8499.44-
YUV165.24178.66122.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 255 (100% from 255) = 45.21%
R=27.84%
G=26.95%
B=45.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571522550.380.4000242.9110079.8
Hex9D98FF262800f36450
Octal235230377465000363144120
Binary100111011001100011111111100110101000001111001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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