Shades of Medium Purple #9A68DC
Tints of Medium Purple #9A68DC
RGB
CMYK
RGB Variations
Color information
#9A68DC (or 0x9A68DC) is known color: Medium Purple. HEX triplet: 9A, 68 and DC. RGB value is (154,104,220). Sum of RGB (Red+Green+Blue) = 154+104+220=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A68DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68DC is #659723. Grayscale: #838383. Windows color (decimal): -6657828 or 14444698. OLE color: 14444698.
HSL color Cylindrical-coordinate representation of color #9A68DC: hue angle of 265.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A68DC is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 104 | 220 | - |
| CMYK | 0.3 | 0.53 | 0 | 0.14 |
| HSL | 265.86º | 0.62% | 0.64% | - |
| HSV(B) | 265.86º | 0.53% | 0.86% | - |
| XYZ | 31.2 | 21.94 | 70.3 | - |
| YUV | 132.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 220 | 0.3 | 0.53 | 0 | 0.14 | 265.86 | 0.62 | 0.64 |
| Hex | 9A | 68 | DC | 1E | 35 | 0 | E | 10A | 3E | 40 |
| Octal | 232 | 150 | 334 | 36 | 65 | 0 | 16 | 412 | 76 | 100 |
| Binary | 10011010 | 1101000 | 11011100 | 11110 | 110101 | 0 | 1110 | 100001010 | 111110 | 1000000 |
Color Harmonies of #9A68DC
Complementary color
Monochromatic Colors of #9A68DC
Black with #9A68DC
Text Example
Text Example
White with #9A68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68DC; }
p { color: rgb(154,104,220); }
H1.HeaderClassName
{
color: #9A68DC;
}
.AnyTagClassName
{
color: #9A68DC;
}
</style>
background-color css
<style>
a { background-color: #9A68DC; }
a { background-color: rgb(154,104,220); }
div.DivClassName
{
background-color: #9A68DC;
}
.BgClassName
{
background-color: #9A68DC;
}
</style>
border-color css
<style>
span { border-color: #9A68DC; }
span { border-color: rgb(154,104,220); }
td.TdClassName
{
border-color: #9A68DC;
}
.TagClassName
{
border-color: #9A68DC;
}
</style>