Shades of Medium Purple #9A65DC
Tints of Medium Purple #9A65DC
RGB
CMYK
RGB Variations
Color information
#9A65DC (or 0x9A65DC) is known color: Medium Purple. HEX triplet: 9A, 65 and DC. RGB value is (154,101,220). Sum of RGB (Red+Green+Blue) = 154+101+220=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65DC is #659A23. Grayscale: #818181. Windows color (decimal): -6658596 or 14443930. OLE color: 14443930.
HSL color Cylindrical-coordinate representation of color #9A65DC: hue angle of 266.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A65DC is Cyan = 0.3, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 101 | 220 | - |
| CMYK | 0.3 | 0.54 | 0 | 0.14 |
| HSL | 266.72º | 0.63% | 0.63% | - |
| HSV(B) | 266.72º | 0.54% | 0.86% | - |
| XYZ | 30.9 | 21.34 | 70.2 | - |
| YUV | 130.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 220 | 0.3 | 0.54 | 0 | 0.14 | 266.72 | 0.63 | 0.63 |
| Hex | 9A | 65 | DC | 1E | 36 | 0 | E | 10B | 3F | 3F |
| Octal | 232 | 145 | 334 | 36 | 66 | 0 | 16 | 413 | 77 | 77 |
| Binary | 10011010 | 1100101 | 11011100 | 11110 | 110110 | 0 | 1110 | 100001011 | 111111 | 111111 |
Color Harmonies of #9A65DC
Complementary color
Monochromatic Colors of #9A65DC
Black with #9A65DC
Text Example
Text Example
White with #9A65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A65DC; }
p { color: rgb(154,101,220); }
H1.HeaderClassName
{
color: #9A65DC;
}
.AnyTagClassName
{
color: #9A65DC;
}
</style>
background-color css
<style>
a { background-color: #9A65DC; }
a { background-color: rgb(154,101,220); }
div.DivClassName
{
background-color: #9A65DC;
}
.BgClassName
{
background-color: #9A65DC;
}
</style>
border-color css
<style>
span { border-color: #9A65DC; }
span { border-color: rgb(154,101,220); }
td.TdClassName
{
border-color: #9A65DC;
}
.TagClassName
{
border-color: #9A65DC;
}
</style>