Shades of Dark Violet #8313B3
Tints of Dark Violet #8313B3
RGB
CMYK
RGB Variations
Color information
#8313B3 (or 0x8313B3) is known color: Dark Violet. HEX triplet: 83, 13 and B3. RGB value is (131,19,179). Sum of RGB (Red+Green+Blue) = 131+19+179=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #8313B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313B3 is #7CEC4C. Grayscale: #464646. Windows color (decimal): -8186957 or 11735939. OLE color: 11735939.
HSL color Cylindrical-coordinate representation of color #8313B3: hue angle of 282º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8313B3 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 19 | 179 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.30 |
| HSL | 282º | 0.81% | 0.39% | - |
| HSV(B) | 282º | 0.89% | 0.7% | - |
| XYZ | 17.73 | 8.55 | 43.36 | - |
| YUV | 70.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 179 | 0.27 | 0.89 | 0 | 0.30 | 282 | 0.81 | 0.39 |
| Hex | 83 | 13 | B3 | 1B | 59 | 0 | 1E | 11A | 51 | 27 |
| Octal | 203 | 23 | 263 | 33 | 131 | 0 | 36 | 432 | 121 | 47 |
| Binary | 10000011 | 10011 | 10110011 | 11011 | 1011001 | 0 | 11110 | 100011010 | 1010001 | 100111 |
Color Harmonies of #8313B3
Complementary color
Monochromatic Colors of #8313B3
Black with #8313B3
Text Example
Text Example
White with #8313B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313B3; }
p { color: rgb(131,19,179); }
H1.HeaderClassName
{
color: #8313B3;
}
.AnyTagClassName
{
color: #8313B3;
}
</style>
background-color css
<style>
a { background-color: #8313B3; }
a { background-color: rgb(131,19,179); }
div.DivClassName
{
background-color: #8313B3;
}
.BgClassName
{
background-color: #8313B3;
}
</style>
border-color css
<style>
span { border-color: #8313B3; }
span { border-color: rgb(131,19,179); }
td.TdClassName
{
border-color: #8313B3;
}
.TagClassName
{
border-color: #8313B3;
}
</style>