Shades of Scampi #755F9D
Tints of Scampi #755F9D
RGB
CMYK
RGB Variations
Color information
#755F9D (or 0x755F9D) is known color: Scampi. HEX triplet: 75, 5F and 9D. RGB value is (117,95,157). Sum of RGB (Red+Green+Blue) = 117+95+157=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #755F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F9D is #8AA062. Grayscale: #6C6C6C. Windows color (decimal): -9085027 or 10313589. OLE color: 10313589.
HSL color Cylindrical-coordinate representation of color #755F9D: hue angle of 261.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755F9D is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 95 | 157 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.38 |
| HSL | 261.29º | 0.25% | 0.49% | - |
| HSV(B) | 261.29º | 0.39% | 0.62% | - |
| XYZ | 17.51 | 14.4 | 33.75 | - |
| YUV | 108.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 157 | 0.25 | 0.39 | 0 | 0.38 | 261.29 | 0.25 | 0.49 |
| Hex | 75 | 5F | 9D | 19 | 27 | 0 | 26 | 105 | 19 | 31 |
| Octal | 165 | 137 | 235 | 31 | 47 | 0 | 46 | 405 | 31 | 61 |
| Binary | 1110101 | 1011111 | 10011101 | 11001 | 100111 | 0 | 100110 | 100000101 | 11001 | 110001 |
Color Harmonies of #755F9D
Complementary color
Monochromatic Colors of #755F9D
Black with #755F9D
Text Example
Text Example
White with #755F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F9D; }
p { color: rgb(117,95,157); }
H1.HeaderClassName
{
color: #755F9D;
}
.AnyTagClassName
{
color: #755F9D;
}
</style>
background-color css
<style>
a { background-color: #755F9D; }
a { background-color: rgb(117,95,157); }
div.DivClassName
{
background-color: #755F9D;
}
.BgClassName
{
background-color: #755F9D;
}
</style>
border-color css
<style>
span { border-color: #755F9D; }
span { border-color: rgb(117,95,157); }
td.TdClassName
{
border-color: #755F9D;
}
.TagClassName
{
border-color: #755F9D;
}
</style>