Shades of Medium Purple #9B66EE
Tints of Medium Purple #9B66EE
RGB
CMYK
RGB Variations
Color information
#9B66EE (or 0x9B66EE) is known color: Medium Purple. HEX triplet: 9B, 66 and EE. RGB value is (155,102,238). Sum of RGB (Red+Green+Blue) = 155+102+238=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B66EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B66EE is #649911. Grayscale: #848484. Windows color (decimal): -6592786 or 15623835. OLE color: 15623835.
HSL color Cylindrical-coordinate representation of color #9B66EE: hue angle of 263.38º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B66EE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 102 | 238 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.07 |
| HSL | 263.38º | 0.8% | 0.67% | - |
| HSV(B) | 263.38º | 0.57% | 0.93% | - |
| XYZ | 33.7 | 22.64 | 83.48 | - |
| YUV | 133.35 | 187.06 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 238 | 0.35 | 0.57 | 0 | 0.07 | 263.38 | 0.8 | 0.67 |
| Hex | 9B | 66 | EE | 23 | 39 | 0 | 7 | 107 | 50 | 43 |
| Octal | 233 | 146 | 356 | 43 | 71 | 0 | 7 | 407 | 120 | 103 |
| Binary | 10011011 | 1100110 | 11101110 | 100011 | 111001 | 0 | 111 | 100000111 | 1010000 | 1000011 |
Color Harmonies of #9B66EE
Complementary color
Monochromatic Colors of #9B66EE
Black with #9B66EE
Text Example
Text Example
White with #9B66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B66EE; }
p { color: rgb(155,102,238); }
H1.HeaderClassName
{
color: #9B66EE;
}
.AnyTagClassName
{
color: #9B66EE;
}
</style>
background-color css
<style>
a { background-color: #9B66EE; }
a { background-color: rgb(155,102,238); }
div.DivClassName
{
background-color: #9B66EE;
}
.BgClassName
{
background-color: #9B66EE;
}
</style>
border-color css
<style>
span { border-color: #9B66EE; }
span { border-color: rgb(155,102,238); }
td.TdClassName
{
border-color: #9B66EE;
}
.TagClassName
{
border-color: #9B66EE;
}
</style>