Shades of Medium Purple #9C6BF8
Tints of Medium Purple #9C6BF8
RGB
CMYK
RGB Variations
Color information
#9C6BF8 (or 0x9C6BF8) is known color: Medium Purple. HEX triplet: 9C, 6B and F8. RGB value is (156,107,248). Sum of RGB (Red+Green+Blue) = 156+107+248=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C6BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BF8 is #639407. Grayscale: #898989. Windows color (decimal): -6525960 or 16280476. OLE color: 16280476.
HSL color Cylindrical-coordinate representation of color #9C6BF8: hue angle of 260.85º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C6BF8 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 107 | 248 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.03 |
| HSL | 260.85º | 0.91% | 0.7% | - |
| HSV(B) | 260.85º | 0.57% | 0.97% | - |
| XYZ | 35.91 | 24.36 | 91.62 | - |
| YUV | 137.73 | 190.23 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 248 | 0.37 | 0.57 | 0 | 0.03 | 260.85 | 0.91 | 0.7 |
| Hex | 9C | 6B | F8 | 25 | 39 | 0 | 3 | 105 | 5B | 46 |
| Octal | 234 | 153 | 370 | 45 | 71 | 0 | 3 | 405 | 133 | 106 |
| Binary | 10011100 | 1101011 | 11111000 | 100101 | 111001 | 0 | 11 | 100000101 | 1011011 | 1000110 |
Color Harmonies of #9C6BF8
Complementary color
Monochromatic Colors of #9C6BF8
Black with #9C6BF8
Text Example
Text Example
White with #9C6BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BF8; }
p { color: rgb(156,107,248); }
H1.HeaderClassName
{
color: #9C6BF8;
}
.AnyTagClassName
{
color: #9C6BF8;
}
</style>
background-color css
<style>
a { background-color: #9C6BF8; }
a { background-color: rgb(156,107,248); }
div.DivClassName
{
background-color: #9C6BF8;
}
.BgClassName
{
background-color: #9C6BF8;
}
</style>
border-color css
<style>
span { border-color: #9C6BF8; }
span { border-color: rgb(156,107,248); }
td.TdClassName
{
border-color: #9C6BF8;
}
.TagClassName
{
border-color: #9C6BF8;
}
</style>