Shades of Medium Purple #926AF1
Tints of Medium Purple #926AF1
RGB
CMYK
RGB Variations
Color information
#926AF1 (or 0x926AF1) is known color: Medium Purple. HEX triplet: 92, 6A and F1. RGB value is (146,106,241). Sum of RGB (Red+Green+Blue) = 146+106+241=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #926AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AF1 is #6D950E. Grayscale: #848484. Windows color (decimal): -7181583 or 15821458. OLE color: 15821458.
HSL color Cylindrical-coordinate representation of color #926AF1: hue angle of 257.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926AF1 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 106 | 241 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.05 |
| HSL | 257.78º | 0.83% | 0.68% | - |
| HSV(B) | 257.78º | 0.56% | 0.95% | - |
| XYZ | 32.89 | 22.77 | 85.88 | - |
| YUV | 133.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 241 | 0.39 | 0.56 | 0 | 0.05 | 257.78 | 0.83 | 0.68 |
| Hex | 92 | 6A | F1 | 27 | 38 | 0 | 5 | 102 | 53 | 44 |
| Octal | 222 | 152 | 361 | 47 | 70 | 0 | 5 | 402 | 123 | 104 |
| Binary | 10010010 | 1101010 | 11110001 | 100111 | 111000 | 0 | 101 | 100000010 | 1010011 | 1000100 |
Color Harmonies of #926AF1
Complementary color
Monochromatic Colors of #926AF1
Black with #926AF1
Text Example
Text Example
White with #926AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AF1; }
p { color: rgb(146,106,241); }
H1.HeaderClassName
{
color: #926AF1;
}
.AnyTagClassName
{
color: #926AF1;
}
</style>
background-color css
<style>
a { background-color: #926AF1; }
a { background-color: rgb(146,106,241); }
div.DivClassName
{
background-color: #926AF1;
}
.BgClassName
{
background-color: #926AF1;
}
</style>
border-color css
<style>
span { border-color: #926AF1; }
span { border-color: rgb(146,106,241); }
td.TdClassName
{
border-color: #926AF1;
}
.TagClassName
{
border-color: #926AF1;
}
</style>