Shades of Medium Purple #9A83DB
Tints of Medium Purple #9A83DB
RGB
CMYK
RGB Variations
Color information
#9A83DB (or 0x9A83DB) is known color: Medium Purple. HEX triplet: 9A, 83 and DB. RGB value is (154,131,219). Sum of RGB (Red+Green+Blue) = 154+131+219=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83DB is #657C24. Grayscale: #939393. Windows color (decimal): -6650917 or 14386074. OLE color: 14386074.
HSL color Cylindrical-coordinate representation of color #9A83DB: hue angle of 255.68º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A83DB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 131 | 219 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.14 |
| HSL | 255.68º | 0.55% | 0.69% | - |
| HSV(B) | 255.68º | 0.4% | 0.86% | - |
| XYZ | 34.23 | 28.22 | 70.66 | - |
| YUV | 147.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 219 | 0.30 | 0.40 | 0 | 0.14 | 255.68 | 0.55 | 0.69 |
| Hex | 9A | 83 | DB | 1E | 28 | 0 | E | 100 | 37 | 45 |
| Octal | 232 | 203 | 333 | 36 | 50 | 0 | 16 | 400 | 67 | 105 |
| Binary | 10011010 | 10000011 | 11011011 | 11110 | 101000 | 0 | 1110 | 100000000 | 110111 | 1000101 |
Color Harmonies of #9A83DB
Complementary color
Monochromatic Colors of #9A83DB
Black with #9A83DB
Text Example
Text Example
White with #9A83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83DB; }
p { color: rgb(154,131,219); }
H1.HeaderClassName
{
color: #9A83DB;
}
.AnyTagClassName
{
color: #9A83DB;
}
</style>
background-color css
<style>
a { background-color: #9A83DB; }
a { background-color: rgb(154,131,219); }
div.DivClassName
{
background-color: #9A83DB;
}
.BgClassName
{
background-color: #9A83DB;
}
</style>
border-color css
<style>
span { border-color: #9A83DB; }
span { border-color: rgb(154,131,219); }
td.TdClassName
{
border-color: #9A83DB;
}
.TagClassName
{
border-color: #9A83DB;
}
</style>