Shades of Blue Violet #851DCB
Tints of Blue Violet #851DCB
RGB
CMYK
RGB Variations
Color information
#851DCB (or 0x851DCB) is known color: Blue Violet. HEX triplet: 85, 1D and CB. RGB value is (133,29,203). Sum of RGB (Red+Green+Blue) = 133+29+203=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #851DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DCB is #7AE234. Grayscale: #4F4F4F. Windows color (decimal): -8053301 or 13311365. OLE color: 13311365.
HSL color Cylindrical-coordinate representation of color #851DCB: hue angle of 275.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851DCB is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 29 | 203 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.20 |
| HSL | 275.86º | 0.75% | 0.45% | - |
| HSV(B) | 275.86º | 0.86% | 0.8% | - |
| XYZ | 20.89 | 10.18 | 57.36 | - |
| YUV | 79.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 203 | 0.34 | 0.86 | 0 | 0.20 | 275.86 | 0.75 | 0.45 |
| Hex | 85 | 1D | CB | 22 | 56 | 0 | 14 | 114 | 4B | 2D |
| Octal | 205 | 35 | 313 | 42 | 126 | 0 | 24 | 424 | 113 | 55 |
| Binary | 10000101 | 11101 | 11001011 | 100010 | 1010110 | 0 | 10100 | 100010100 | 1001011 | 101101 |
Color Harmonies of #851DCB
Complementary color
Monochromatic Colors of #851DCB
Black with #851DCB
Text Example
Text Example
White with #851DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DCB; }
p { color: rgb(133,29,203); }
H1.HeaderClassName
{
color: #851DCB;
}
.AnyTagClassName
{
color: #851DCB;
}
</style>
background-color css
<style>
a { background-color: #851DCB; }
a { background-color: rgb(133,29,203); }
div.DivClassName
{
background-color: #851DCB;
}
.BgClassName
{
background-color: #851DCB;
}
</style>
border-color css
<style>
span { border-color: #851DCB; }
span { border-color: rgb(133,29,203); }
td.TdClassName
{
border-color: #851DCB;
}
.TagClassName
{
border-color: #851DCB;
}
</style>