Shades of Medium Purple #9967DC
Tints of Medium Purple #9967DC
RGB
CMYK
RGB Variations
Color information
#9967DC (or 0x9967DC) is known color: Medium Purple. HEX triplet: 99, 67 and DC. RGB value is (153,103,220). Sum of RGB (Red+Green+Blue) = 153+103+220=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9967DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967DC is #669823. Grayscale: #828282. Windows color (decimal): -6723620 or 14444441. OLE color: 14444441.
HSL color Cylindrical-coordinate representation of color #9967DC: hue angle of 265.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9967DC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 103 | 220 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.14 |
| HSL | 265.64º | 0.63% | 0.63% | - |
| HSV(B) | 265.64º | 0.53% | 0.86% | - |
| XYZ | 30.91 | 21.64 | 70.26 | - |
| YUV | 131.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 220 | 0.30 | 0.53 | 0 | 0.14 | 265.64 | 0.63 | 0.63 |
| Hex | 99 | 67 | DC | 1E | 35 | 0 | E | 10A | 3F | 3F |
| Octal | 231 | 147 | 334 | 36 | 65 | 0 | 16 | 412 | 77 | 77 |
| Binary | 10011001 | 1100111 | 11011100 | 11110 | 110101 | 0 | 1110 | 100001010 | 111111 | 111111 |
Color Harmonies of #9967DC
Complementary color
Monochromatic Colors of #9967DC
Black with #9967DC
Text Example
Text Example
White with #9967DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967DC; }
p { color: rgb(153,103,220); }
H1.HeaderClassName
{
color: #9967DC;
}
.AnyTagClassName
{
color: #9967DC;
}
</style>
background-color css
<style>
a { background-color: #9967DC; }
a { background-color: rgb(153,103,220); }
div.DivClassName
{
background-color: #9967DC;
}
.BgClassName
{
background-color: #9967DC;
}
</style>
border-color css
<style>
span { border-color: #9967DC; }
span { border-color: rgb(153,103,220); }
td.TdClassName
{
border-color: #9967DC;
}
.TagClassName
{
border-color: #9967DC;
}
</style>