Shades of Dark Violet #8B09DF
Tints of Dark Violet #8B09DF
RGB
CMYK
RGB Variations
Color information
#8B09DF (or 0x8B09DF) is known color: Dark Violet. HEX triplet: 8B, 09 and DF. RGB value is (139,9,223). Sum of RGB (Red+Green+Blue) = 139+9+223=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B09DF is #74F620. Grayscale: #474747. Windows color (decimal): -7665185 or 14616971. OLE color: 14616971.
HSL color Cylindrical-coordinate representation of color #8B09DF: hue angle of 276.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B09DF is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 9 | 223 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.13 |
| HSL | 276.45º | 0.92% | 0.45% | - |
| HSV(B) | 276.45º | 0.96% | 0.87% | - |
| XYZ | 24.06 | 11.01 | 70.67 | - |
| YUV | 72.27 | 213.07 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 223 | 0.38 | 0.96 | 0 | 0.13 | 276.45 | 0.92 | 0.45 |
| Hex | 8B | 9 | DF | 26 | 60 | 0 | D | 114 | 5C | 2D |
| Octal | 213 | 11 | 337 | 46 | 140 | 0 | 15 | 424 | 134 | 55 |
| Binary | 10001011 | 1001 | 11011111 | 100110 | 1100000 | 0 | 1101 | 100010100 | 1011100 | 101101 |
Color Harmonies of #8B09DF
Complementary color
Monochromatic Colors of #8B09DF
Black with #8B09DF
Text Example
Text Example
White with #8B09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B09DF; }
p { color: rgb(139,9,223); }
H1.HeaderClassName
{
color: #8B09DF;
}
.AnyTagClassName
{
color: #8B09DF;
}
</style>
background-color css
<style>
a { background-color: #8B09DF; }
a { background-color: rgb(139,9,223); }
div.DivClassName
{
background-color: #8B09DF;
}
.BgClassName
{
background-color: #8B09DF;
}
</style>
border-color css
<style>
span { border-color: #8B09DF; }
span { border-color: rgb(139,9,223); }
td.TdClassName
{
border-color: #8B09DF;
}
.TagClassName
{
border-color: #8B09DF;
}
</style>