Shades of Violent Violet #1B093D
Tints of Violent Violet #1B093D
RGB
CMYK
RGB Variations
Color information
#1B093D (or 0x1B093D) is known color: Violent Violet. HEX triplet: 1B, 09 and 3D. RGB value is (27,9,61). Sum of RGB (Red+Green+Blue) = 27+9+61=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B093D is #E4F6C2. Grayscale: #141414. Windows color (decimal): -15005379 or 4000027. OLE color: 4000027.
HSL color Cylindrical-coordinate representation of color #1B093D: hue angle of 260.77º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B093D is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 9 | 61 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.76 |
| HSL | 260.77º | 0.74% | 0.14% | - |
| HSV(B) | 260.77º | 0.85% | 0.24% | - |
| XYZ | 1.39 | 0.77 | 4.49 | - |
| YUV | 20.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 61 | 0.56 | 0.85 | 0 | 0.76 | 260.77 | 0.74 | 0.14 |
| Hex | 1B | 9 | 3D | 38 | 55 | 0 | 4C | 105 | 4A | E |
| Octal | 33 | 11 | 75 | 70 | 125 | 0 | 114 | 405 | 112 | 16 |
| Binary | 11011 | 1001 | 111101 | 111000 | 1010101 | 0 | 1001100 | 100000101 | 1001010 | 1110 |
Color Harmonies of #1B093D
Complementary color
Monochromatic Colors of #1B093D
Black with #1B093D
Text Example
Text Example
White with #1B093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B093D; }
p { color: rgb(27,9,61); }
H1.HeaderClassName
{
color: #1B093D;
}
.AnyTagClassName
{
color: #1B093D;
}
</style>
background-color css
<style>
a { background-color: #1B093D; }
a { background-color: rgb(27,9,61); }
div.DivClassName
{
background-color: #1B093D;
}
.BgClassName
{
background-color: #1B093D;
}
</style>
border-color css
<style>
span { border-color: #1B093D; }
span { border-color: rgb(27,9,61); }
td.TdClassName
{
border-color: #1B093D;
}
.TagClassName
{
border-color: #1B093D;
}
</style>