Shades of Dark Violet #9308ED
Tints of Dark Violet #9308ED
RGB
CMYK
RGB Variations
Color information
#9308ED (or 0x9308ED) is known color: Dark Violet. HEX triplet: 93, 08 and ED. RGB value is (147,8,237). Sum of RGB (Red+Green+Blue) = 147+8+237=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #9308ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9308ED is #6CF712. Grayscale: #4A4A4A. Windows color (decimal): -7141139 or 15534227. OLE color: 15534227.
HSL color Cylindrical-coordinate representation of color #9308ED: hue angle of 276.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9308ED is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 8 | 237 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.07 |
| HSL | 276.42º | 0.93% | 0.48% | - |
| HSV(B) | 276.42º | 0.97% | 0.93% | - |
| XYZ | 27.41 | 12.49 | 81.09 | - |
| YUV | 75.67 | 219.05 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 237 | 0.38 | 0.97 | 0 | 0.07 | 276.42 | 0.93 | 0.48 |
| Hex | 93 | 8 | ED | 26 | 61 | 0 | 7 | 114 | 5D | 30 |
| Octal | 223 | 10 | 355 | 46 | 141 | 0 | 7 | 424 | 135 | 60 |
| Binary | 10010011 | 1000 | 11101101 | 100110 | 1100001 | 0 | 111 | 100010100 | 1011101 | 110000 |
Color Harmonies of #9308ED
Complementary color
Monochromatic Colors of #9308ED
Black with #9308ED
Text Example
Text Example
White with #9308ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308ED; }
p { color: rgb(147,8,237); }
H1.HeaderClassName
{
color: #9308ED;
}
.AnyTagClassName
{
color: #9308ED;
}
</style>
background-color css
<style>
a { background-color: #9308ED; }
a { background-color: rgb(147,8,237); }
div.DivClassName
{
background-color: #9308ED;
}
.BgClassName
{
background-color: #9308ED;
}
</style>
border-color css
<style>
span { border-color: #9308ED; }
span { border-color: rgb(147,8,237); }
td.TdClassName
{
border-color: #9308ED;
}
.TagClassName
{
border-color: #9308ED;
}
</style>