Shades of Dark Violet #9B09B4
Tints of Dark Violet #9B09B4
RGB
CMYK
RGB Variations
Color information
#9B09B4 (or 0x9B09B4) is known color: Dark Violet. HEX triplet: 9B, 09 and B4. RGB value is (155,9,180). Sum of RGB (Red+Green+Blue) = 155+9+180=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #9B09B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09B4 is #64F64B. Grayscale: #474747. Windows color (decimal): -6616652 or 11798939. OLE color: 11798939.
HSL color Cylindrical-coordinate representation of color #9B09B4: hue angle of 291.23º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B09B4 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 9 | 180 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.29 |
| HSL | 291.23º | 0.9% | 0.37% | - |
| HSV(B) | 291.23º | 0.95% | 0.71% | - |
| XYZ | 21.85 | 10.46 | 44.05 | - |
| YUV | 72.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 180 | 0.14 | 0.95 | 0 | 0.29 | 291.23 | 0.9 | 0.37 |
| Hex | 9B | 9 | B4 | E | 5F | 0 | 1D | 123 | 5A | 25 |
| Octal | 233 | 11 | 264 | 16 | 137 | 0 | 35 | 443 | 132 | 45 |
| Binary | 10011011 | 1001 | 10110100 | 1110 | 1011111 | 0 | 11101 | 100100011 | 1011010 | 100101 |
Color Harmonies of #9B09B4
Complementary color
Monochromatic Colors of #9B09B4
Black with #9B09B4
Text Example
Text Example
White with #9B09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B09B4; }
p { color: rgb(155,9,180); }
H1.HeaderClassName
{
color: #9B09B4;
}
.AnyTagClassName
{
color: #9B09B4;
}
</style>
background-color css
<style>
a { background-color: #9B09B4; }
a { background-color: rgb(155,9,180); }
div.DivClassName
{
background-color: #9B09B4;
}
.BgClassName
{
background-color: #9B09B4;
}
</style>
border-color css
<style>
span { border-color: #9B09B4; }
span { border-color: rgb(155,9,180); }
td.TdClassName
{
border-color: #9B09B4;
}
.TagClassName
{
border-color: #9B09B4;
}
</style>