Shades of Portage #9995ED
Tints of Portage #9995ED
RGB
CMYK
RGB Variations
Color information
#9995ED (or 0x9995ED) is known color: Portage. HEX triplet: 99, 95 and ED. RGB value is (153,149,237). Sum of RGB (Red+Green+Blue) = 153+149+237=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #9995ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995ED is #666A12. Grayscale: #9F9F9F. Windows color (decimal): -6711827 or 15570329. OLE color: 15570329.
HSL color Cylindrical-coordinate representation of color #9995ED: hue angle of 242.73º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9995ED is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 149 | 237 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.07 |
| HSL | 242.73º | 0.71% | 0.76% | - |
| HSV(B) | 242.73º | 0.37% | 0.93% | - |
| XYZ | 39.17 | 34.38 | 84.69 | - |
| YUV | 160.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 237 | 0.35 | 0.37 | 0 | 0.07 | 242.73 | 0.71 | 0.76 |
| Hex | 99 | 95 | ED | 23 | 25 | 0 | 7 | F3 | 47 | 4C |
| Octal | 231 | 225 | 355 | 43 | 45 | 0 | 7 | 363 | 107 | 114 |
| Binary | 10011001 | 10010101 | 11101101 | 100011 | 100101 | 0 | 111 | 11110011 | 1000111 | 1001100 |
Color Harmonies of #9995ED
Complementary color
Monochromatic Colors of #9995ED
Black with #9995ED
Text Example
Text Example
White with #9995ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995ED; }
p { color: rgb(153,149,237); }
H1.HeaderClassName
{
color: #9995ED;
}
.AnyTagClassName
{
color: #9995ED;
}
</style>
background-color css
<style>
a { background-color: #9995ED; }
a { background-color: rgb(153,149,237); }
div.DivClassName
{
background-color: #9995ED;
}
.BgClassName
{
background-color: #9995ED;
}
</style>
border-color css
<style>
span { border-color: #9995ED; }
span { border-color: rgb(153,149,237); }
td.TdClassName
{
border-color: #9995ED;
}
.TagClassName
{
border-color: #9995ED;
}
</style>