Shades of Vivid Violet #9B38A7
Tints of Vivid Violet #9B38A7
RGB
CMYK
RGB Variations
Color information
#9B38A7 (or 0x9B38A7) is known color: Vivid Violet. HEX triplet: 9B, 38 and A7. RGB value is (155,56,167). Sum of RGB (Red+Green+Blue) = 155+56+167=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #9B38A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B38A7 is #64C758. Grayscale: #616161. Windows color (decimal): -6604633 or 10959003. OLE color: 10959003.
HSL color Cylindrical-coordinate representation of color #9B38A7: hue angle of 293.51º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B38A7 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 56 | 167 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.35 |
| HSL | 293.51º | 0.5% | 0.44% | - |
| HSV(B) | 293.51º | 0.66% | 0.65% | - |
| XYZ | 21.91 | 12.59 | 37.83 | - |
| YUV | 98.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 167 | 0.07 | 0.66 | 0 | 0.35 | 293.51 | 0.5 | 0.44 |
| Hex | 9B | 38 | A7 | 7 | 42 | 0 | 23 | 126 | 32 | 2C |
| Octal | 233 | 70 | 247 | 7 | 102 | 0 | 43 | 446 | 62 | 54 |
| Binary | 10011011 | 111000 | 10100111 | 111 | 1000010 | 0 | 100011 | 100100110 | 110010 | 101100 |
Color Harmonies of #9B38A7
Complementary color
Monochromatic Colors of #9B38A7
Black with #9B38A7
Text Example
Text Example
White with #9B38A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B38A7; }
p { color: rgb(155,56,167); }
H1.HeaderClassName
{
color: #9B38A7;
}
.AnyTagClassName
{
color: #9B38A7;
}
</style>
background-color css
<style>
a { background-color: #9B38A7; }
a { background-color: rgb(155,56,167); }
div.DivClassName
{
background-color: #9B38A7;
}
.BgClassName
{
background-color: #9B38A7;
}
</style>
border-color css
<style>
span { border-color: #9B38A7; }
span { border-color: rgb(155,56,167); }
td.TdClassName
{
border-color: #9B38A7;
}
.TagClassName
{
border-color: #9B38A7;
}
</style>