Shades of Dark Violet #8109CB
Tints of Dark Violet #8109CB
RGB
CMYK
RGB Variations
Color information
#8109CB (or 0x8109CB) is known color: Dark Violet. HEX triplet: 81, 09 and CB. RGB value is (129,9,203). Sum of RGB (Red+Green+Blue) = 129+9+203=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #8109CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8109CB is #7EF634. Grayscale: #424242. Windows color (decimal): -8320565 or 13306241. OLE color: 13306241.
HSL color Cylindrical-coordinate representation of color #8109CB: hue angle of 277.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8109CB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 9 | 203 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.20 |
| HSL | 277.11º | 0.92% | 0.42% | - |
| HSV(B) | 277.11º | 0.96% | 0.8% | - |
| XYZ | 19.93 | 9.17 | 57.22 | - |
| YUV | 67 | 204.76 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 203 | 0.36 | 0.96 | 0 | 0.20 | 277.11 | 0.92 | 0.42 |
| Hex | 81 | 9 | CB | 24 | 60 | 0 | 14 | 115 | 5C | 2A |
| Octal | 201 | 11 | 313 | 44 | 140 | 0 | 24 | 425 | 134 | 52 |
| Binary | 10000001 | 1001 | 11001011 | 100100 | 1100000 | 0 | 10100 | 100010101 | 1011100 | 101010 |
Color Harmonies of #8109CB
Complementary color
Monochromatic Colors of #8109CB
Black with #8109CB
Text Example
Text Example
White with #8109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8109CB; }
p { color: rgb(129,9,203); }
H1.HeaderClassName
{
color: #8109CB;
}
.AnyTagClassName
{
color: #8109CB;
}
</style>
background-color css
<style>
a { background-color: #8109CB; }
a { background-color: rgb(129,9,203); }
div.DivClassName
{
background-color: #8109CB;
}
.BgClassName
{
background-color: #8109CB;
}
</style>
border-color css
<style>
span { border-color: #8109CB; }
span { border-color: rgb(129,9,203); }
td.TdClassName
{
border-color: #8109CB;
}
.TagClassName
{
border-color: #8109CB;
}
</style>