Shades of Scampi #655E9A
Tints of Scampi #655E9A
RGB
CMYK
RGB Variations
Color information
#655E9A (or 0x655E9A) is known color: Scampi. HEX triplet: 65, 5E and 9A. RGB value is (101,94,154). Sum of RGB (Red+Green+Blue) = 101+94+154=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #655E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655E9A is #9AA165. Grayscale: #666666. Windows color (decimal): -10133862 or 10116709. OLE color: 10116709.
HSL color Cylindrical-coordinate representation of color #655E9A: hue angle of 247º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #655E9A is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 94 | 154 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.40 |
| HSL | 247º | 0.24% | 0.49% | - |
| HSV(B) | 247º | 0.39% | 0.6% | - |
| XYZ | 15.2 | 13.11 | 32.3 | - |
| YUV | 102.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 154 | 0.34 | 0.39 | 0 | 0.40 | 247 | 0.24 | 0.49 |
| Hex | 65 | 5E | 9A | 22 | 27 | 0 | 28 | F7 | 18 | 31 |
| Octal | 145 | 136 | 232 | 42 | 47 | 0 | 50 | 367 | 30 | 61 |
| Binary | 1100101 | 1011110 | 10011010 | 100010 | 100111 | 0 | 101000 | 11110111 | 11000 | 110001 |
Color Harmonies of #655E9A
Complementary color
Monochromatic Colors of #655E9A
Black with #655E9A
Text Example
Text Example
White with #655E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E9A; }
p { color: rgb(101,94,154); }
H1.HeaderClassName
{
color: #655E9A;
}
.AnyTagClassName
{
color: #655E9A;
}
</style>
background-color css
<style>
a { background-color: #655E9A; }
a { background-color: rgb(101,94,154); }
div.DivClassName
{
background-color: #655E9A;
}
.BgClassName
{
background-color: #655E9A;
}
</style>
border-color css
<style>
span { border-color: #655E9A; }
span { border-color: rgb(101,94,154); }
td.TdClassName
{
border-color: #655E9A;
}
.TagClassName
{
border-color: #655E9A;
}
</style>