Shades of Medium Purple #9B69DC
Tints of Medium Purple #9B69DC
RGB
CMYK
RGB Variations
Color information
#9B69DC (or 0x9B69DC) is known color: Medium Purple. HEX triplet: 9B, 69 and DC. RGB value is (155,105,220). Sum of RGB (Red+Green+Blue) = 155+105+220=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69DC is #649623. Grayscale: #848484. Windows color (decimal): -6592036 or 14444955. OLE color: 14444955.
HSL color Cylindrical-coordinate representation of color #9B69DC: hue angle of 266.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B69DC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 105 | 220 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.14 |
| HSL | 266.09º | 0.62% | 0.64% | - |
| HSV(B) | 266.09º | 0.52% | 0.86% | - |
| XYZ | 31.49 | 22.24 | 70.34 | - |
| YUV | 133.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 220 | 0.30 | 0.52 | 0 | 0.14 | 266.09 | 0.62 | 0.64 |
| Hex | 9B | 69 | DC | 1E | 34 | 0 | E | 10A | 3E | 40 |
| Octal | 233 | 151 | 334 | 36 | 64 | 0 | 16 | 412 | 76 | 100 |
| Binary | 10011011 | 1101001 | 11011100 | 11110 | 110100 | 0 | 1110 | 100001010 | 111110 | 1000000 |
Color Harmonies of #9B69DC
Complementary color
Monochromatic Colors of #9B69DC
Black with #9B69DC
Text Example
Text Example
White with #9B69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B69DC; }
p { color: rgb(155,105,220); }
H1.HeaderClassName
{
color: #9B69DC;
}
.AnyTagClassName
{
color: #9B69DC;
}
</style>
background-color css
<style>
a { background-color: #9B69DC; }
a { background-color: rgb(155,105,220); }
div.DivClassName
{
background-color: #9B69DC;
}
.BgClassName
{
background-color: #9B69DC;
}
</style>
border-color css
<style>
span { border-color: #9B69DC; }
span { border-color: rgb(155,105,220); }
td.TdClassName
{
border-color: #9B69DC;
}
.TagClassName
{
border-color: #9B69DC;
}
</style>