Shades of Dark Violet #9309BE
Tints of Dark Violet #9309BE
RGB
CMYK
RGB Variations
Color information
#9309BE (or 0x9309BE) is known color: Dark Violet. HEX triplet: 93, 09 and BE. RGB value is (147,9,190). Sum of RGB (Red+Green+Blue) = 147+9+190=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #9309BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9309BE is #6CF641. Grayscale: #464646. Windows color (decimal): -7140930 or 12454291. OLE color: 12454291.
HSL color Cylindrical-coordinate representation of color #9309BE: hue angle of 285.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9309BE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 9 | 190 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.25 |
| HSL | 285.75º | 0.91% | 0.39% | - |
| HSV(B) | 285.75º | 0.95% | 0.75% | - |
| XYZ | 21.42 | 10.12 | 49.54 | - |
| YUV | 70.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 190 | 0.23 | 0.95 | 0 | 0.25 | 285.75 | 0.91 | 0.39 |
| Hex | 93 | 9 | BE | 17 | 5F | 0 | 19 | 11E | 5B | 27 |
| Octal | 223 | 11 | 276 | 27 | 137 | 0 | 31 | 436 | 133 | 47 |
| Binary | 10010011 | 1001 | 10111110 | 10111 | 1011111 | 0 | 11001 | 100011110 | 1011011 | 100111 |
Color Harmonies of #9309BE
Complementary color
Monochromatic Colors of #9309BE
Black with #9309BE
Text Example
Text Example
White with #9309BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9309BE; }
p { color: rgb(147,9,190); }
H1.HeaderClassName
{
color: #9309BE;
}
.AnyTagClassName
{
color: #9309BE;
}
</style>
background-color css
<style>
a { background-color: #9309BE; }
a { background-color: rgb(147,9,190); }
div.DivClassName
{
background-color: #9309BE;
}
.BgClassName
{
background-color: #9309BE;
}
</style>
border-color css
<style>
span { border-color: #9309BE; }
span { border-color: rgb(147,9,190); }
td.TdClassName
{
border-color: #9309BE;
}
.TagClassName
{
border-color: #9309BE;
}
</style>