Shades of Dark Violet #8B09E0
Tints of Dark Violet #8B09E0
RGB
CMYK
RGB Variations
Color information
#8B09E0 (or 0x8B09E0) is known color: Dark Violet. HEX triplet: 8B, 09 and E0. RGB value is (139,9,224). Sum of RGB (Red+Green+Blue) = 139+9+224=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B09E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B09E0 is #74F61F. Grayscale: #474747. Windows color (decimal): -7665184 or 14682507. OLE color: 14682507.
HSL color Cylindrical-coordinate representation of color #8B09E0: hue angle of 276.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B09E0 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 9 | 224 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.12 |
| HSL | 276.28º | 0.92% | 0.46% | - |
| HSV(B) | 276.28º | 0.96% | 0.88% | - |
| XYZ | 24.2 | 11.07 | 71.38 | - |
| YUV | 72.38 | 213.57 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 224 | 0.38 | 0.96 | 0 | 0.12 | 276.28 | 0.92 | 0.46 |
| Hex | 8B | 9 | E0 | 26 | 60 | 0 | C | 114 | 5C | 2E |
| Octal | 213 | 11 | 340 | 46 | 140 | 0 | 14 | 424 | 134 | 56 |
| Binary | 10001011 | 1001 | 11100000 | 100110 | 1100000 | 0 | 1100 | 100010100 | 1011100 | 101110 |
Color Harmonies of #8B09E0
Complementary color
Monochromatic Colors of #8B09E0
Black with #8B09E0
Text Example
Text Example
White with #8B09E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B09E0; }
p { color: rgb(139,9,224); }
H1.HeaderClassName
{
color: #8B09E0;
}
.AnyTagClassName
{
color: #8B09E0;
}
</style>
background-color css
<style>
a { background-color: #8B09E0; }
a { background-color: rgb(139,9,224); }
div.DivClassName
{
background-color: #8B09E0;
}
.BgClassName
{
background-color: #8B09E0;
}
</style>
border-color css
<style>
span { border-color: #8B09E0; }
span { border-color: rgb(139,9,224); }
td.TdClassName
{
border-color: #8B09E0;
}
.TagClassName
{
border-color: #8B09E0;
}
</style>