Shades of Blue Violet #9138FF
Tints of Blue Violet #9138FF
RGB
CMYK
RGB Variations
Color information
#9138FF (or 0x9138FF) is known color: Blue Violet. HEX triplet: 91, 38 and FF. RGB value is (145,56,255). Sum of RGB (Red+Green+Blue) = 145+56+255=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #9138FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9138FF is #6EC700. Grayscale: #686868. Windows color (decimal): -7259905 or 16726161. OLE color: 16726161.
HSL color Cylindrical-coordinate representation of color #9138FF: hue angle of 266.83º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9138FF is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 56 | 255 | - |
| CMYK | 0.43 | 0.78 | 0 | 0 |
| HSL | 266.83º | 1% | 0.61% | - |
| HSV(B) | 266.83º | 0.78% | 1% | - |
| XYZ | 31.14 | 16.07 | 96.07 | - |
| YUV | 105.3 | 212.49 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 255 | 0.43 | 0.78 | 0 | 0 | 266.83 | 1 | 0.61 |
| Hex | 91 | 38 | FF | 2B | 4E | 0 | 0 | 10B | 64 | 3D |
| Octal | 221 | 70 | 377 | 53 | 116 | 0 | 0 | 413 | 144 | 75 |
| Binary | 10010001 | 111000 | 11111111 | 101011 | 1001110 | 0 | 0 | 100001011 | 1100100 | 111101 |
Color Harmonies of #9138FF
Complementary color
Monochromatic Colors of #9138FF
Black with #9138FF
Text Example
Text Example
White with #9138FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9138FF; }
p { color: rgb(145,56,255); }
H1.HeaderClassName
{
color: #9138FF;
}
.AnyTagClassName
{
color: #9138FF;
}
</style>
background-color css
<style>
a { background-color: #9138FF; }
a { background-color: rgb(145,56,255); }
div.DivClassName
{
background-color: #9138FF;
}
.BgClassName
{
background-color: #9138FF;
}
</style>
border-color css
<style>
span { border-color: #9138FF; }
span { border-color: rgb(145,56,255); }
td.TdClassName
{
border-color: #9138FF;
}
.TagClassName
{
border-color: #9138FF;
}
</style>