Shades of Vivid Violet #9B27A3
Tints of Vivid Violet #9B27A3
RGB
CMYK
RGB Variations
Color information
#9B27A3 (or 0x9B27A3) is known color: Vivid Violet. HEX triplet: 9B, 27 and A3. RGB value is (155,39,163). Sum of RGB (Red+Green+Blue) = 155+39+163=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #9B27A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B27A3 is #64D85C. Grayscale: #575757. Windows color (decimal): -6608989 or 10692507. OLE color: 10692507.
HSL color Cylindrical-coordinate representation of color #9B27A3: hue angle of 296.13º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B27A3 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 39 | 163 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.36 |
| HSL | 296.13º | 0.61% | 0.4% | - |
| HSV(B) | 296.13º | 0.76% | 0.64% | - |
| XYZ | 20.85 | 11.06 | 35.69 | - |
| YUV | 87.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 163 | 0.05 | 0.76 | 0 | 0.36 | 296.13 | 0.61 | 0.4 |
| Hex | 9B | 27 | A3 | 5 | 4C | 0 | 24 | 128 | 3D | 28 |
| Octal | 233 | 47 | 243 | 5 | 114 | 0 | 44 | 450 | 75 | 50 |
| Binary | 10011011 | 100111 | 10100011 | 101 | 1001100 | 0 | 100100 | 100101000 | 111101 | 101000 |
Color Harmonies of #9B27A3
Complementary color
Monochromatic Colors of #9B27A3
Black with #9B27A3
Text Example
Text Example
White with #9B27A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B27A3; }
p { color: rgb(155,39,163); }
H1.HeaderClassName
{
color: #9B27A3;
}
.AnyTagClassName
{
color: #9B27A3;
}
</style>
background-color css
<style>
a { background-color: #9B27A3; }
a { background-color: rgb(155,39,163); }
div.DivClassName
{
background-color: #9B27A3;
}
.BgClassName
{
background-color: #9B27A3;
}
</style>
border-color css
<style>
span { border-color: #9B27A3; }
span { border-color: rgb(155,39,163); }
td.TdClassName
{
border-color: #9B27A3;
}
.TagClassName
{
border-color: #9B27A3;
}
</style>