Shades of Vivid Violet #95389C
Tints of Vivid Violet #95389C
RGB
CMYK
RGB Variations
Color information
#95389C (or 0x95389C) is known color: Vivid Violet. HEX triplet: 95, 38 and 9C. RGB value is (149,56,156). Sum of RGB (Red+Green+Blue) = 149+56+156=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #95389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95389C is #6AC763. Grayscale: #5E5E5E. Windows color (decimal): -6997860 or 10238101. OLE color: 10238101.
HSL color Cylindrical-coordinate representation of color #95389C: hue angle of 295.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95389C is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 56 | 156 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.39 |
| HSL | 295.8º | 0.47% | 0.42% | - |
| HSV(B) | 295.8º | 0.64% | 0.61% | - |
| XYZ | 19.81 | 11.62 | 32.65 | - |
| YUV | 95.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 156 | 0.04 | 0.64 | 0 | 0.39 | 295.8 | 0.47 | 0.42 |
| Hex | 95 | 38 | 9C | 4 | 40 | 0 | 27 | 128 | 2F | 2A |
| Octal | 225 | 70 | 234 | 4 | 100 | 0 | 47 | 450 | 57 | 52 |
| Binary | 10010101 | 111000 | 10011100 | 100 | 1000000 | 0 | 100111 | 100101000 | 101111 | 101010 |
Color Harmonies of #95389C
Complementary color
Monochromatic Colors of #95389C
Black with #95389C
Text Example
Text Example
White with #95389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95389C; }
p { color: rgb(149,56,156); }
H1.HeaderClassName
{
color: #95389C;
}
.AnyTagClassName
{
color: #95389C;
}
</style>
background-color css
<style>
a { background-color: #95389C; }
a { background-color: rgb(149,56,156); }
div.DivClassName
{
background-color: #95389C;
}
.BgClassName
{
background-color: #95389C;
}
</style>
border-color css
<style>
span { border-color: #95389C; }
span { border-color: rgb(149,56,156); }
td.TdClassName
{
border-color: #95389C;
}
.TagClassName
{
border-color: #95389C;
}
</style>