Shades of Purple #850384
Tints of Purple #850384
RGB
CMYK
RGB Variations
Color information
#850384 (or 0x850384) is known color: Purple. HEX triplet: 85, 03 and 84. RGB value is (133,3,132). Sum of RGB (Red+Green+Blue) = 133+3+132=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850384 is #7AFC7B. Grayscale: #383838. Windows color (decimal): -8060028 or 8651653. OLE color: 8651653.
HSL color Cylindrical-coordinate representation of color #850384: hue angle of 300.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850384 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.48 |
| HSL | 300.46º | 0.96% | 0.27% | - |
| HSV(B) | 300.46º | 0.98% | 0.52% | - |
| XYZ | 13.87 | 6.72 | 22.4 | - |
| YUV | 56.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 132 | 0 | 0.98 | 0.01 | 0.48 | 300.46 | 0.96 | 0.27 |
| Hex | 85 | 3 | 84 | 0 | 62 | 1 | 30 | 12C | 60 | 1B |
| Octal | 205 | 3 | 204 | 0 | 142 | 1 | 60 | 454 | 140 | 33 |
| Binary | 10000101 | 11 | 10000100 | 0 | 1100010 | 1 | 110000 | 100101100 | 1100000 | 11011 |
Color Harmonies of #850384
Complementary color
Monochromatic Colors of #850384
Black with #850384
Text Example
Text Example
White with #850384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850384; }
p { color: rgb(133,3,132); }
H1.HeaderClassName
{
color: #850384;
}
.AnyTagClassName
{
color: #850384;
}
</style>
background-color css
<style>
a { background-color: #850384; }
a { background-color: rgb(133,3,132); }
div.DivClassName
{
background-color: #850384;
}
.BgClassName
{
background-color: #850384;
}
</style>
border-color css
<style>
span { border-color: #850384; }
span { border-color: rgb(133,3,132); }
td.TdClassName
{
border-color: #850384;
}
.TagClassName
{
border-color: #850384;
}
</style>