Shades of Medium Purple #9A68DA
Tints of Medium Purple #9A68DA
RGB
CMYK
RGB Variations
Color information
#9A68DA (or 0x9A68DA) is known color: Medium Purple. HEX triplet: 9A, 68 and DA. RGB value is (154,104,218). Sum of RGB (Red+Green+Blue) = 154+104+218=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68DA is #659725. Grayscale: #838383. Windows color (decimal): -6657830 or 14313626. OLE color: 14313626.
HSL color Cylindrical-coordinate representation of color #9A68DA: hue angle of 266.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A68DA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 104 | 218 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.15 |
| HSL | 266.32º | 0.61% | 0.63% | - |
| HSV(B) | 266.32º | 0.52% | 0.85% | - |
| XYZ | 30.93 | 21.83 | 68.91 | - |
| YUV | 131.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 218 | 0.29 | 0.52 | 0 | 0.15 | 266.32 | 0.61 | 0.63 |
| Hex | 9A | 68 | DA | 1D | 34 | 0 | F | 10A | 3D | 3F |
| Octal | 232 | 150 | 332 | 35 | 64 | 0 | 17 | 412 | 75 | 77 |
| Binary | 10011010 | 1101000 | 11011010 | 11101 | 110100 | 0 | 1111 | 100001010 | 111101 | 111111 |
Color Harmonies of #9A68DA
Complementary color
Monochromatic Colors of #9A68DA
Black with #9A68DA
Text Example
Text Example
White with #9A68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68DA; }
p { color: rgb(154,104,218); }
H1.HeaderClassName
{
color: #9A68DA;
}
.AnyTagClassName
{
color: #9A68DA;
}
</style>
background-color css
<style>
a { background-color: #9A68DA; }
a { background-color: rgb(154,104,218); }
div.DivClassName
{
background-color: #9A68DA;
}
.BgClassName
{
background-color: #9A68DA;
}
</style>
border-color css
<style>
span { border-color: #9A68DA; }
span { border-color: rgb(154,104,218); }
td.TdClassName
{
border-color: #9A68DA;
}
.TagClassName
{
border-color: #9A68DA;
}
</style>