#9C98FF

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

Shades of Portage #9C98FF

Tints of Portage #9C98FF

Color information

#9C98FF (or 0x9C98FF) is unknown color: approx Portage. HEX triplet: 9C, 98 and FF. RGB value is (156,152,255). Sum of RGB (Red+Green+Blue) = 156+152+255=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C98FF is #636700. Grayscale: #A4A4A4. Windows color (decimal): -6514433 or 16750748. OLE color: 16750748.

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

Color convert

RGB156152255-
CMYK0.390.4000
HSL242.33º100%79.8%-
HSV(B)242.33º40.39%100%-
XYZ42.9936.7499.43-
YUV164.94178.83121.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 255 (100% from 255) = 45.29%
R=27.71%
G=27.00%
B=45.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561522550.390.4000242.3310079.8
Hex9C98FF272800f26450
Octal234230377475000362144120
Binary100111001001100011111111100111101000001111001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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