Shades of Medium Purple #9A67DB
Tints of Medium Purple #9A67DB
RGB
CMYK
RGB Variations
Color information
#9A67DB (or 0x9A67DB) is known color: Medium Purple. HEX triplet: 9A, 67 and DB. RGB value is (154,103,219). Sum of RGB (Red+Green+Blue) = 154+103+219=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A67DB is #659824. Grayscale: #838383. Windows color (decimal): -6658085 or 14378906. OLE color: 14378906.
HSL color Cylindrical-coordinate representation of color #9A67DB: hue angle of 266.38º degrees, saturation: 0.62, 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 #9A67DB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 103 | 219 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.14 |
| HSL | 266.38º | 0.62% | 0.63% | - |
| HSV(B) | 266.38º | 0.53% | 0.86% | - |
| XYZ | 30.96 | 21.69 | 69.57 | - |
| YUV | 131.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 219 | 0.30 | 0.53 | 0 | 0.14 | 266.38 | 0.62 | 0.63 |
| Hex | 9A | 67 | DB | 1E | 35 | 0 | E | 10A | 3E | 3F |
| Octal | 232 | 147 | 333 | 36 | 65 | 0 | 16 | 412 | 76 | 77 |
| Binary | 10011010 | 1100111 | 11011011 | 11110 | 110101 | 0 | 1110 | 100001010 | 111110 | 111111 |
Color Harmonies of #9A67DB
Complementary color
Monochromatic Colors of #9A67DB
Black with #9A67DB
Text Example
Text Example
White with #9A67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A67DB; }
p { color: rgb(154,103,219); }
H1.HeaderClassName
{
color: #9A67DB;
}
.AnyTagClassName
{
color: #9A67DB;
}
</style>
background-color css
<style>
a { background-color: #9A67DB; }
a { background-color: rgb(154,103,219); }
div.DivClassName
{
background-color: #9A67DB;
}
.BgClassName
{
background-color: #9A67DB;
}
</style>
border-color css
<style>
span { border-color: #9A67DB; }
span { border-color: rgb(154,103,219); }
td.TdClassName
{
border-color: #9A67DB;
}
.TagClassName
{
border-color: #9A67DB;
}
</style>