Shades of Vivid Violet #9B389A
Tints of Vivid Violet #9B389A
RGB
CMYK
RGB Variations
Color information
#9B389A (or 0x9B389A) is known color: Vivid Violet. HEX triplet: 9B, 38 and 9A. RGB value is (155,56,154). Sum of RGB (Red+Green+Blue) = 155+56+154=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B389A is #64C765. Grayscale: #606060. Windows color (decimal): -6604646 or 10107035. OLE color: 10107035.
HSL color Cylindrical-coordinate representation of color #9B389A: hue angle of 300.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B389A is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 154 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.39 |
| HSL | 300.61º | 0.47% | 0.41% | - |
| HSV(B) | 300.61º | 0.64% | 0.61% | - |
| XYZ | 20.76 | 12.13 | 31.82 | - |
| YUV | 96.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 154 | 0 | 0.64 | 0.01 | 0.39 | 300.61 | 0.47 | 0.41 |
| Hex | 9B | 38 | 9A | 0 | 40 | 1 | 27 | 12D | 2F | 29 |
| Octal | 233 | 70 | 232 | 0 | 100 | 1 | 47 | 455 | 57 | 51 |
| Binary | 10011011 | 111000 | 10011010 | 0 | 1000000 | 1 | 100111 | 100101101 | 101111 | 101001 |
Color Harmonies of #9B389A
Complementary color
Monochromatic Colors of #9B389A
Black with #9B389A
Text Example
Text Example
White with #9B389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B389A; }
p { color: rgb(155,56,154); }
H1.HeaderClassName
{
color: #9B389A;
}
.AnyTagClassName
{
color: #9B389A;
}
</style>
background-color css
<style>
a { background-color: #9B389A; }
a { background-color: rgb(155,56,154); }
div.DivClassName
{
background-color: #9B389A;
}
.BgClassName
{
background-color: #9B389A;
}
</style>
border-color css
<style>
span { border-color: #9B389A; }
span { border-color: rgb(155,56,154); }
td.TdClassName
{
border-color: #9B389A;
}
.TagClassName
{
border-color: #9B389A;
}
</style>