#9C99FD

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

Shades of Portage #9C99FD

Tints of Portage #9C99FD

Color information

#9C99FD (or 0x9C99FD) is unknown color: approx Portage. HEX triplet: 9C, 99 and FD. RGB value is (156,153,253). Sum of RGB (Red+Green+Blue) = 156+153+253=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C99FD is #636602. Grayscale: #A4A4A4. Windows color (decimal): -6514179 or 16619932. OLE color: 16619932.

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

Color convert

RGB156153253-
CMYK0.380.4000.01
HSL241.8º96.15%79.61%-
HSV(B)241.8º39.53%99.22%-
XYZ42.8336.9497.8-
YUV165.3177.49121.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=27.76%
G=27.22%
B=45.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561532530.380.4000.01241.896.1579.61
Hex9C99FD262801f26050
Octal234231375465001362140120
Binary100111001001100111111101100110101000011111001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,153,253); }

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

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

 a { background-color: rgb(156,153,253); }

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

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

 span { border-color: rgb(156,153,253); }

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