Shades of Medium Purple #9A68F1
Tints of Medium Purple #9A68F1
RGB
CMYK
RGB Variations
Color information
#9A68F1 (or 0x9A68F1) is known color: Medium Purple. HEX triplet: 9A, 68 and F1. RGB value is (154,104,241). Sum of RGB (Red+Green+Blue) = 154+104+241=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A68F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A68F1 is #65970E. Grayscale: #868686. Windows color (decimal): -6657807 or 15820954. OLE color: 15820954.
HSL color Cylindrical-coordinate representation of color #9A68F1: hue angle of 261.9º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A68F1 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 104 | 241 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.05 |
| HSL | 261.9º | 0.83% | 0.68% | - |
| HSV(B) | 261.9º | 0.57% | 0.95% | - |
| XYZ | 34.15 | 23.12 | 85.88 | - |
| YUV | 134.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 241 | 0.36 | 0.57 | 0 | 0.05 | 261.9 | 0.83 | 0.68 |
| Hex | 9A | 68 | F1 | 24 | 39 | 0 | 5 | 106 | 53 | 44 |
| Octal | 232 | 150 | 361 | 44 | 71 | 0 | 5 | 406 | 123 | 104 |
| Binary | 10011010 | 1101000 | 11110001 | 100100 | 111001 | 0 | 101 | 100000110 | 1010011 | 1000100 |
Color Harmonies of #9A68F1
Complementary color
Monochromatic Colors of #9A68F1
Black with #9A68F1
Text Example
Text Example
White with #9A68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68F1; }
p { color: rgb(154,104,241); }
H1.HeaderClassName
{
color: #9A68F1;
}
.AnyTagClassName
{
color: #9A68F1;
}
</style>
background-color css
<style>
a { background-color: #9A68F1; }
a { background-color: rgb(154,104,241); }
div.DivClassName
{
background-color: #9A68F1;
}
.BgClassName
{
background-color: #9A68F1;
}
</style>
border-color css
<style>
span { border-color: #9A68F1; }
span { border-color: rgb(154,104,241); }
td.TdClassName
{
border-color: #9A68F1;
}
.TagClassName
{
border-color: #9A68F1;
}
</style>