Shades of Vivid Violet #943395
Tints of Vivid Violet #943395
RGB
CMYK
RGB Variations
Color information
#943395 (or 0x943395) is known color: Vivid Violet. HEX triplet: 94, 33 and 95. RGB value is (148,51,149). Sum of RGB (Red+Green+Blue) = 148+51+149=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #943395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943395 is #6BCC6A. Grayscale: #5A5A5A. Windows color (decimal): -7064683 or 9778068. OLE color: 9778068.
HSL color Cylindrical-coordinate representation of color #943395: hue angle of 299.39º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943395 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 149 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.42 |
| HSL | 299.39º | 0.49% | 0.39% | - |
| HSV(B) | 299.39º | 0.66% | 0.58% | - |
| XYZ | 18.82 | 10.83 | 29.53 | - |
| YUV | 91.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 149 | 0.01 | 0.66 | 0 | 0.42 | 299.39 | 0.49 | 0.39 |
| Hex | 94 | 33 | 95 | 1 | 42 | 0 | 2A | 12B | 31 | 27 |
| Octal | 224 | 63 | 225 | 1 | 102 | 0 | 52 | 453 | 61 | 47 |
| Binary | 10010100 | 110011 | 10010101 | 1 | 1000010 | 0 | 101010 | 100101011 | 110001 | 100111 |
Color Harmonies of #943395
Complementary color
Monochromatic Colors of #943395
Black with #943395
Text Example
Text Example
White with #943395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943395; }
p { color: rgb(148,51,149); }
H1.HeaderClassName
{
color: #943395;
}
.AnyTagClassName
{
color: #943395;
}
</style>
background-color css
<style>
a { background-color: #943395; }
a { background-color: rgb(148,51,149); }
div.DivClassName
{
background-color: #943395;
}
.BgClassName
{
background-color: #943395;
}
</style>
border-color css
<style>
span { border-color: #943395; }
span { border-color: rgb(148,51,149); }
td.TdClassName
{
border-color: #943395;
}
.TagClassName
{
border-color: #943395;
}
</style>