Shades of Medium Purple #926BD2
Tints of Medium Purple #926BD2
RGB
CMYK
RGB Variations
Color information
#926BD2 (or 0x926BD2) is known color: Medium Purple. HEX triplet: 92, 6B and D2. RGB value is (146,107,210). Sum of RGB (Red+Green+Blue) = 146+107+210=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #926BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BD2 is #6D942D. Grayscale: #828282. Windows color (decimal): -7181358 or 13790098. OLE color: 13790098.
HSL color Cylindrical-coordinate representation of color #926BD2: hue angle of 262.72º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #926BD2 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 107 | 210 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.18 |
| HSL | 262.72º | 0.53% | 0.62% | - |
| HSV(B) | 262.72º | 0.49% | 0.82% | - |
| XYZ | 28.74 | 21.28 | 63.57 | - |
| YUV | 130.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 210 | 0.30 | 0.49 | 0 | 0.18 | 262.72 | 0.53 | 0.62 |
| Hex | 92 | 6B | D2 | 1E | 31 | 0 | 12 | 107 | 35 | 3E |
| Octal | 222 | 153 | 322 | 36 | 61 | 0 | 22 | 407 | 65 | 76 |
| Binary | 10010010 | 1101011 | 11010010 | 11110 | 110001 | 0 | 10010 | 100000111 | 110101 | 111110 |
Color Harmonies of #926BD2
Complementary color
Monochromatic Colors of #926BD2
Black with #926BD2
Text Example
Text Example
White with #926BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BD2; }
p { color: rgb(146,107,210); }
H1.HeaderClassName
{
color: #926BD2;
}
.AnyTagClassName
{
color: #926BD2;
}
</style>
background-color css
<style>
a { background-color: #926BD2; }
a { background-color: rgb(146,107,210); }
div.DivClassName
{
background-color: #926BD2;
}
.BgClassName
{
background-color: #926BD2;
}
</style>
border-color css
<style>
span { border-color: #926BD2; }
span { border-color: rgb(146,107,210); }
td.TdClassName
{
border-color: #926BD2;
}
.TagClassName
{
border-color: #926BD2;
}
</style>