Shades of Dark Violet #9B09D8
Tints of Dark Violet #9B09D8
RGB
CMYK
RGB Variations
Color information
#9B09D8 (or 0x9B09D8) is known color: Dark Violet. HEX triplet: 9B, 09 and D8. RGB value is (155,9,216). Sum of RGB (Red+Green+Blue) = 155+9+216=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B09D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09D8 is #64F627. Grayscale: #4B4B4B. Windows color (decimal): -6616616 or 14158235. OLE color: 14158235.
HSL color Cylindrical-coordinate representation of color #9B09D8: hue angle of 282.32º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09D8 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 9 | 216 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.15 |
| HSL | 282.32º | 0.92% | 0.44% | - |
| HSV(B) | 282.32º | 0.96% | 0.85% | - |
| XYZ | 26.01 | 12.12 | 65.93 | - |
| YUV | 76.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 216 | 0.28 | 0.96 | 0 | 0.15 | 282.32 | 0.92 | 0.44 |
| Hex | 9B | 9 | D8 | 1C | 60 | 0 | F | 11A | 5C | 2C |
| Octal | 233 | 11 | 330 | 34 | 140 | 0 | 17 | 432 | 134 | 54 |
| Binary | 10011011 | 1001 | 11011000 | 11100 | 1100000 | 0 | 1111 | 100011010 | 1011100 | 101100 |
Color Harmonies of #9B09D8
Complementary color
Monochromatic Colors of #9B09D8
Black with #9B09D8
Text Example
Text Example
White with #9B09D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B09D8; }
p { color: rgb(155,9,216); }
H1.HeaderClassName
{
color: #9B09D8;
}
.AnyTagClassName
{
color: #9B09D8;
}
</style>
background-color css
<style>
a { background-color: #9B09D8; }
a { background-color: rgb(155,9,216); }
div.DivClassName
{
background-color: #9B09D8;
}
.BgClassName
{
background-color: #9B09D8;
}
</style>
border-color css
<style>
span { border-color: #9B09D8; }
span { border-color: rgb(155,9,216); }
td.TdClassName
{
border-color: #9B09D8;
}
.TagClassName
{
border-color: #9B09D8;
}
</style>