Shades of Medium Purple #9B66F1
Tints of Medium Purple #9B66F1
RGB
CMYK
RGB Variations
Color information
#9B66F1 (or 0x9B66F1) is known color: Medium Purple. HEX triplet: 9B, 66 and F1. RGB value is (155,102,241). Sum of RGB (Red+Green+Blue) = 155+102+241=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B66F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B66F1 is #64990E. Grayscale: #858585. Windows color (decimal): -6592783 or 15820443. OLE color: 15820443.
HSL color Cylindrical-coordinate representation of color #9B66F1: hue angle of 262.88º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B66F1 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 102 | 241 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.05 |
| HSL | 262.88º | 0.83% | 0.67% | - |
| HSV(B) | 262.88º | 0.58% | 0.95% | - |
| XYZ | 34.15 | 22.82 | 85.82 | - |
| YUV | 133.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 241 | 0.36 | 0.58 | 0 | 0.05 | 262.88 | 0.83 | 0.67 |
| Hex | 9B | 66 | F1 | 24 | 3A | 0 | 5 | 107 | 53 | 43 |
| Octal | 233 | 146 | 361 | 44 | 72 | 0 | 5 | 407 | 123 | 103 |
| Binary | 10011011 | 1100110 | 11110001 | 100100 | 111010 | 0 | 101 | 100000111 | 1010011 | 1000011 |
Color Harmonies of #9B66F1
Complementary color
Monochromatic Colors of #9B66F1
Black with #9B66F1
Text Example
Text Example
White with #9B66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B66F1; }
p { color: rgb(155,102,241); }
H1.HeaderClassName
{
color: #9B66F1;
}
.AnyTagClassName
{
color: #9B66F1;
}
</style>
background-color css
<style>
a { background-color: #9B66F1; }
a { background-color: rgb(155,102,241); }
div.DivClassName
{
background-color: #9B66F1;
}
.BgClassName
{
background-color: #9B66F1;
}
</style>
border-color css
<style>
span { border-color: #9B66F1; }
span { border-color: rgb(155,102,241); }
td.TdClassName
{
border-color: #9B66F1;
}
.TagClassName
{
border-color: #9B66F1;
}
</style>