Shades of Portage #9A98ED
Tints of Portage #9A98ED
RGB
CMYK
RGB Variations
Color information
#9A98ED (or 0x9A98ED) is known color: Portage. HEX triplet: 9A, 98 and ED. RGB value is (154,152,237). Sum of RGB (Red+Green+Blue) = 154+152+237=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A98ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98ED is #656712. Grayscale: #A1A1A1. Windows color (decimal): -6645523 or 15571098. OLE color: 15571098.
HSL color Cylindrical-coordinate representation of color #9A98ED: hue angle of 241.41º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A98ED is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 152 | 237 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.07 |
| HSL | 241.41º | 0.7% | 0.76% | - |
| HSV(B) | 241.41º | 0.36% | 0.93% | - |
| XYZ | 39.84 | 35.44 | 84.86 | - |
| YUV | 162.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 237 | 0.35 | 0.36 | 0 | 0.07 | 241.41 | 0.7 | 0.76 |
| Hex | 9A | 98 | ED | 23 | 24 | 0 | 7 | F1 | 46 | 4C |
| Octal | 232 | 230 | 355 | 43 | 44 | 0 | 7 | 361 | 106 | 114 |
| Binary | 10011010 | 10011000 | 11101101 | 100011 | 100100 | 0 | 111 | 11110001 | 1000110 | 1001100 |
Color Harmonies of #9A98ED
Complementary color
Monochromatic Colors of #9A98ED
Black with #9A98ED
Text Example
Text Example
White with #9A98ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98ED; }
p { color: rgb(154,152,237); }
H1.HeaderClassName
{
color: #9A98ED;
}
.AnyTagClassName
{
color: #9A98ED;
}
</style>
background-color css
<style>
a { background-color: #9A98ED; }
a { background-color: rgb(154,152,237); }
div.DivClassName
{
background-color: #9A98ED;
}
.BgClassName
{
background-color: #9A98ED;
}
</style>
border-color css
<style>
span { border-color: #9A98ED; }
span { border-color: rgb(154,152,237); }
td.TdClassName
{
border-color: #9A98ED;
}
.TagClassName
{
border-color: #9A98ED;
}
</style>