Shades of Dark Violet #9B05C4
Tints of Dark Violet #9B05C4
RGB
CMYK
RGB Variations
Color information
#9B05C4 (or 0x9B05C4) is known color: Dark Violet. HEX triplet: 9B, 05 and C4. RGB value is (155,5,196). Sum of RGB (Red+Green+Blue) = 155+5+196=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 196 (76.95% from 255 or 55.06% from 356); Max value from RGB is 196 - color contains mainly: blue. Hex color #9B05C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05C4 is #64FA3B. Grayscale: #474747. Windows color (decimal): -6617660 or 12846491. OLE color: 12846491.
HSL color Cylindrical-coordinate representation of color #9B05C4: hue angle of 287.12º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B05C4 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 5 | 196 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.23 |
| HSL | 287.12º | 0.95% | 0.39% | - |
| HSV(B) | 287.12º | 0.97% | 0.77% | - |
| XYZ | 23.54 | 11.06 | 53.12 | - |
| YUV | 71.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 196 | 0.21 | 0.97 | 0 | 0.23 | 287.12 | 0.95 | 0.39 |
| Hex | 9B | 5 | C4 | 15 | 61 | 0 | 17 | 11F | 5F | 27 |
| Octal | 233 | 5 | 304 | 25 | 141 | 0 | 27 | 437 | 137 | 47 |
| Binary | 10011011 | 101 | 11000100 | 10101 | 1100001 | 0 | 10111 | 100011111 | 1011111 | 100111 |
Color Harmonies of #9B05C4
Complementary color
Monochromatic Colors of #9B05C4
Black with #9B05C4
Text Example
Text Example
White with #9B05C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B05C4; }
p { color: rgb(155,5,196); }
H1.HeaderClassName
{
color: #9B05C4;
}
.AnyTagClassName
{
color: #9B05C4;
}
</style>
background-color css
<style>
a { background-color: #9B05C4; }
a { background-color: rgb(155,5,196); }
div.DivClassName
{
background-color: #9B05C4;
}
.BgClassName
{
background-color: #9B05C4;
}
</style>
border-color css
<style>
span { border-color: #9B05C4; }
span { border-color: rgb(155,5,196); }
td.TdClassName
{
border-color: #9B05C4;
}
.TagClassName
{
border-color: #9B05C4;
}
</style>