Shades of Medium Purple #925FDA
Tints of Medium Purple #925FDA
RGB
CMYK
RGB Variations
Color information
#925FDA (or 0x925FDA) is known color: Medium Purple. HEX triplet: 92, 5F and DA. RGB value is (146,95,218). Sum of RGB (Red+Green+Blue) = 146+95+218=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #925FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FDA is #6DA025. Grayscale: #7B7B7B. Windows color (decimal): -7184422 or 14311314. OLE color: 14311314.
HSL color Cylindrical-coordinate representation of color #925FDA: hue angle of 264.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925FDA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 95 | 218 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.15 |
| HSL | 264.88º | 0.62% | 0.61% | - |
| HSV(B) | 264.88º | 0.56% | 0.85% | - |
| XYZ | 28.6 | 19.36 | 68.56 | - |
| YUV | 124.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 218 | 0.33 | 0.56 | 0 | 0.15 | 264.88 | 0.62 | 0.61 |
| Hex | 92 | 5F | DA | 21 | 38 | 0 | F | 109 | 3E | 3D |
| Octal | 222 | 137 | 332 | 41 | 70 | 0 | 17 | 411 | 76 | 75 |
| Binary | 10010010 | 1011111 | 11011010 | 100001 | 111000 | 0 | 1111 | 100001001 | 111110 | 111101 |
Color Harmonies of #925FDA
Complementary color
Monochromatic Colors of #925FDA
Black with #925FDA
Text Example
Text Example
White with #925FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FDA; }
p { color: rgb(146,95,218); }
H1.HeaderClassName
{
color: #925FDA;
}
.AnyTagClassName
{
color: #925FDA;
}
</style>
background-color css
<style>
a { background-color: #925FDA; }
a { background-color: rgb(146,95,218); }
div.DivClassName
{
background-color: #925FDA;
}
.BgClassName
{
background-color: #925FDA;
}
</style>
border-color css
<style>
span { border-color: #925FDA; }
span { border-color: rgb(146,95,218); }
td.TdClassName
{
border-color: #925FDA;
}
.TagClassName
{
border-color: #925FDA;
}
</style>