Shades of Medium Purple #9B69EE
Tints of Medium Purple #9B69EE
RGB
CMYK
RGB Variations
Color information
#9B69EE (or 0x9B69EE) is known color: Medium Purple. HEX triplet: 9B, 69 and EE. RGB value is (155,105,238). Sum of RGB (Red+Green+Blue) = 155+105+238=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B69EE is #649611. Grayscale: #868686. Windows color (decimal): -6592018 or 15624603. OLE color: 15624603.
HSL color Cylindrical-coordinate representation of color #9B69EE: hue angle of 262.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B69EE is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 105 | 238 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.07 |
| HSL | 262.56º | 0.8% | 0.67% | - |
| HSV(B) | 262.56º | 0.56% | 0.93% | - |
| XYZ | 34 | 23.24 | 83.58 | - |
| YUV | 135.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 238 | 0.35 | 0.56 | 0 | 0.07 | 262.56 | 0.8 | 0.67 |
| Hex | 9B | 69 | EE | 23 | 38 | 0 | 7 | 107 | 50 | 43 |
| Octal | 233 | 151 | 356 | 43 | 70 | 0 | 7 | 407 | 120 | 103 |
| Binary | 10011011 | 1101001 | 11101110 | 100011 | 111000 | 0 | 111 | 100000111 | 1010000 | 1000011 |
Color Harmonies of #9B69EE
Complementary color
Monochromatic Colors of #9B69EE
Black with #9B69EE
Text Example
Text Example
White with #9B69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B69EE; }
p { color: rgb(155,105,238); }
H1.HeaderClassName
{
color: #9B69EE;
}
.AnyTagClassName
{
color: #9B69EE;
}
</style>
background-color css
<style>
a { background-color: #9B69EE; }
a { background-color: rgb(155,105,238); }
div.DivClassName
{
background-color: #9B69EE;
}
.BgClassName
{
background-color: #9B69EE;
}
</style>
border-color css
<style>
span { border-color: #9B69EE; }
span { border-color: rgb(155,105,238); }
td.TdClassName
{
border-color: #9B69EE;
}
.TagClassName
{
border-color: #9B69EE;
}
</style>