Shades of Blue Violet #8725D3
Tints of Blue Violet #8725D3
RGB
CMYK
RGB Variations
Color information
#8725D3 (or 0x8725D3) is known color: Blue Violet. HEX triplet: 87, 25 and D3. RGB value is (135,37,211). Sum of RGB (Red+Green+Blue) = 135+37+211=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #8725D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8725D3 is #78DA2C. Grayscale: #555555. Windows color (decimal): -7920173 or 13837703. OLE color: 13837703.
HSL color Cylindrical-coordinate representation of color #8725D3: hue angle of 273.79º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8725D3 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 37 | 211 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.17 |
| HSL | 273.79º | 0.7% | 0.49% | - |
| HSV(B) | 273.79º | 0.82% | 0.83% | - |
| XYZ | 22.41 | 11.18 | 62.6 | - |
| YUV | 86.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 211 | 0.36 | 0.82 | 0 | 0.17 | 273.79 | 0.7 | 0.49 |
| Hex | 87 | 25 | D3 | 24 | 52 | 0 | 11 | 112 | 46 | 31 |
| Octal | 207 | 45 | 323 | 44 | 122 | 0 | 21 | 422 | 106 | 61 |
| Binary | 10000111 | 100101 | 11010011 | 100100 | 1010010 | 0 | 10001 | 100010010 | 1000110 | 110001 |
Color Harmonies of #8725D3
Complementary color
Monochromatic Colors of #8725D3
Black with #8725D3
Text Example
Text Example
White with #8725D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8725D3; }
p { color: rgb(135,37,211); }
H1.HeaderClassName
{
color: #8725D3;
}
.AnyTagClassName
{
color: #8725D3;
}
</style>
background-color css
<style>
a { background-color: #8725D3; }
a { background-color: rgb(135,37,211); }
div.DivClassName
{
background-color: #8725D3;
}
.BgClassName
{
background-color: #8725D3;
}
</style>
border-color css
<style>
span { border-color: #8725D3; }
span { border-color: rgb(135,37,211); }
td.TdClassName
{
border-color: #8725D3;
}
.TagClassName
{
border-color: #8725D3;
}
</style>