Shades of Dark Violet #930BED
Tints of Dark Violet #930BED
RGB
CMYK
RGB Variations
Color information
#930BED (or 0x930BED) is known color: Dark Violet. HEX triplet: 93, 0B and ED. RGB value is (147,11,237). Sum of RGB (Red+Green+Blue) = 147+11+237=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #930BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930BED is #6CF412. Grayscale: #4C4C4C. Windows color (decimal): -7140371 or 15534995. OLE color: 15534995.
HSL color Cylindrical-coordinate representation of color #930BED: hue angle of 276.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930BED is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 11 | 237 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.07 |
| HSL | 276.11º | 0.91% | 0.49% | - |
| HSV(B) | 276.11º | 0.95% | 0.93% | - |
| XYZ | 27.44 | 12.56 | 81.1 | - |
| YUV | 77.43 | 218.06 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 237 | 0.38 | 0.95 | 0 | 0.07 | 276.11 | 0.91 | 0.49 |
| Hex | 93 | B | ED | 26 | 5F | 0 | 7 | 114 | 5B | 31 |
| Octal | 223 | 13 | 355 | 46 | 137 | 0 | 7 | 424 | 133 | 61 |
| Binary | 10010011 | 1011 | 11101101 | 100110 | 1011111 | 0 | 111 | 100010100 | 1011011 | 110001 |
Color Harmonies of #930BED
Complementary color
Monochromatic Colors of #930BED
Black with #930BED
Text Example
Text Example
White with #930BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930BED; }
p { color: rgb(147,11,237); }
H1.HeaderClassName
{
color: #930BED;
}
.AnyTagClassName
{
color: #930BED;
}
</style>
background-color css
<style>
a { background-color: #930BED; }
a { background-color: rgb(147,11,237); }
div.DivClassName
{
background-color: #930BED;
}
.BgClassName
{
background-color: #930BED;
}
</style>
border-color css
<style>
span { border-color: #930BED; }
span { border-color: rgb(147,11,237); }
td.TdClassName
{
border-color: #930BED;
}
.TagClassName
{
border-color: #930BED;
}
</style>