Shades of Portage #9C99FD
Tints of Portage #9C99FD
RGB
CMYK
RGB Variations
Color information
#9C99FD (or 0x9C99FD) is known color: 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
| RGB | 156 | 153 | 253 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.01 |
| HSL | 241.8º | 0.96% | 0.8% | - |
| HSV(B) | 241.8º | 0.4% | 0.99% | - |
| XYZ | 42.83 | 36.94 | 97.8 | - |
| YUV | 165.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 253 | 0.38 | 0.40 | 0 | 0.01 | 241.8 | 0.96 | 0.8 |
| Hex | 9C | 99 | FD | 26 | 28 | 0 | 1 | F2 | 60 | 50 |
| Octal | 234 | 231 | 375 | 46 | 50 | 0 | 1 | 362 | 140 | 120 |
| Binary | 10011100 | 10011001 | 11111101 | 100110 | 101000 | 0 | 1 | 11110010 | 1100000 | 1010000 |
Color Harmonies of #9C99FD
Complementary color
Monochromatic Colors of #9C99FD
Black with #9C99FD
Text Example
Text Example
White with #9C99FD
Text Example
Text Example
HTML Codes & Css Web 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>