Shades of Dark Violet #9500FB
Tints of Dark Violet #9500FB
RGB
CMYK
RGB Variations
Color information
#9500FB (or 0x9500FB) is known color: Dark Violet. HEX triplet: 95, 00 and FB. RGB value is (149,0,251). Sum of RGB (Red+Green+Blue) = 149+0+251=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #9500FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500FB is #6AFF04. Grayscale: #484848. Windows color (decimal): -7012101 or 16449685. OLE color: 16449685.
HSL color Cylindrical-coordinate representation of color #9500FB: hue angle of 275.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500FB is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 0 | 251 | - |
| CMYK | 0.41 | 1 | 0 | 0.02 |
| HSL | 275.62º | 1% | 0.49% | - |
| HSV(B) | 275.62º | 1% | 0.98% | - |
| XYZ | 29.81 | 13.35 | 92.27 | - |
| YUV | 73.17 | 228.36 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 251 | 0.41 | 1 | 0 | 0.02 | 275.62 | 1 | 0.49 |
| Hex | 95 | 0 | FB | 29 | 64 | 0 | 2 | 114 | 64 | 31 |
| Octal | 225 | 0 | 373 | 51 | 144 | 0 | 2 | 424 | 144 | 61 |
| Binary | 10010101 | 0 | 11111011 | 101001 | 1100100 | 0 | 10 | 100010100 | 1100100 | 110001 |
Color Harmonies of #9500FB
Complementary color
Monochromatic Colors of #9500FB
Black with #9500FB
Text Example
Text Example
White with #9500FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500FB; }
p { color: rgb(149,0,251); }
H1.HeaderClassName
{
color: #9500FB;
}
.AnyTagClassName
{
color: #9500FB;
}
</style>
background-color css
<style>
a { background-color: #9500FB; }
a { background-color: rgb(149,0,251); }
div.DivClassName
{
background-color: #9500FB;
}
.BgClassName
{
background-color: #9500FB;
}
</style>
border-color css
<style>
span { border-color: #9500FB; }
span { border-color: rgb(149,0,251); }
td.TdClassName
{
border-color: #9500FB;
}
.TagClassName
{
border-color: #9500FB;
}
</style>