Shades of Dark Purple #850F68
Tints of Dark Purple #850F68
RGB
CMYK
RGB Variations
Color information
#850F68 (or 0x850F68) is known color: Dark Purple. HEX triplet: 85, 0F and 68. RGB value is (133,15,104). Sum of RGB (Red+Green+Blue) = 133+15+104=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F68 is #7AF097. Grayscale: #3C3C3C. Windows color (decimal): -8056984 or 6819717. OLE color: 6819717.
HSL color Cylindrical-coordinate representation of color #850F68: hue angle of 314.75º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F68 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 104 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.48 |
| HSL | 314.75º | 0.8% | 0.29% | - |
| HSV(B) | 314.75º | 0.89% | 0.52% | - |
| XYZ | 12.34 | 6.33 | 13.67 | - |
| YUV | 60.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 104 | 0 | 0.89 | 0.22 | 0.48 | 314.75 | 0.8 | 0.29 |
| Hex | 85 | F | 68 | 0 | 59 | 16 | 30 | 13B | 50 | 1D |
| Octal | 205 | 17 | 150 | 0 | 131 | 26 | 60 | 473 | 120 | 35 |
| Binary | 10000101 | 1111 | 1101000 | 0 | 1011001 | 10110 | 110000 | 100111011 | 1010000 | 11101 |
Color Harmonies of #850F68
Complementary color
Monochromatic Colors of #850F68
Black with #850F68
Text Example
Text Example
White with #850F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F68; }
p { color: rgb(133,15,104); }
H1.HeaderClassName
{
color: #850F68;
}
.AnyTagClassName
{
color: #850F68;
}
</style>
background-color css
<style>
a { background-color: #850F68; }
a { background-color: rgb(133,15,104); }
div.DivClassName
{
background-color: #850F68;
}
.BgClassName
{
background-color: #850F68;
}
</style>
border-color css
<style>
span { border-color: #850F68; }
span { border-color: rgb(133,15,104); }
td.TdClassName
{
border-color: #850F68;
}
.TagClassName
{
border-color: #850F68;
}
</style>