Shades of Portage #9693E3
Tints of Portage #9693E3
RGB
CMYK
RGB Variations
Color information
#9693E3 (or 0x9693E3) is known color: Portage. HEX triplet: 96, 93 and E3. RGB value is (150,147,227). Sum of RGB (Red+Green+Blue) = 150+147+227=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #9693E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693E3 is #696C1C. Grayscale: #9C9C9C. Windows color (decimal): -6908957 or 14914454. OLE color: 14914454.
HSL color Cylindrical-coordinate representation of color #9693E3: hue angle of 242.25º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9693E3 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 147 | 227 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.11 |
| HSL | 242.25º | 0.59% | 0.73% | - |
| HSV(B) | 242.25º | 0.35% | 0.89% | - |
| XYZ | 36.88 | 32.9 | 77.08 | - |
| YUV | 157.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 227 | 0.34 | 0.35 | 0 | 0.11 | 242.25 | 0.59 | 0.73 |
| Hex | 96 | 93 | E3 | 22 | 23 | 0 | B | F2 | 3B | 49 |
| Octal | 226 | 223 | 343 | 42 | 43 | 0 | 13 | 362 | 73 | 111 |
| Binary | 10010110 | 10010011 | 11100011 | 100010 | 100011 | 0 | 1011 | 11110010 | 111011 | 1001001 |
Color Harmonies of #9693E3
Complementary color
Monochromatic Colors of #9693E3
Black with #9693E3
Text Example
Text Example
White with #9693E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693E3; }
p { color: rgb(150,147,227); }
H1.HeaderClassName
{
color: #9693E3;
}
.AnyTagClassName
{
color: #9693E3;
}
</style>
background-color css
<style>
a { background-color: #9693E3; }
a { background-color: rgb(150,147,227); }
div.DivClassName
{
background-color: #9693E3;
}
.BgClassName
{
background-color: #9693E3;
}
</style>
border-color css
<style>
span { border-color: #9693E3; }
span { border-color: rgb(150,147,227); }
td.TdClassName
{
border-color: #9693E3;
}
.TagClassName
{
border-color: #9693E3;
}
</style>