Shades of Blue Violet #913BDF
Tints of Blue Violet #913BDF
RGB
CMYK
RGB Variations
Color information
#913BDF (or 0x913BDF) is known color: Blue Violet. HEX triplet: 91, 3B and DF. RGB value is (145,59,223). Sum of RGB (Red+Green+Blue) = 145+59+223=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #913BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BDF is #6EC420. Grayscale: #666666. Windows color (decimal): -7259169 or 14629777. OLE color: 14629777.
HSL color Cylindrical-coordinate representation of color #913BDF: hue angle of 271.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913BDF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 59 | 223 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.13 |
| HSL | 271.46º | 0.72% | 0.55% | - |
| HSV(B) | 271.46º | 0.74% | 0.87% | - |
| XYZ | 26.56 | 14.48 | 71.21 | - |
| YUV | 103.41 | 195.49 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 223 | 0.35 | 0.74 | 0 | 0.13 | 271.46 | 0.72 | 0.55 |
| Hex | 91 | 3B | DF | 23 | 4A | 0 | D | 10F | 48 | 37 |
| Octal | 221 | 73 | 337 | 43 | 112 | 0 | 15 | 417 | 110 | 67 |
| Binary | 10010001 | 111011 | 11011111 | 100011 | 1001010 | 0 | 1101 | 100001111 | 1001000 | 110111 |
Color Harmonies of #913BDF
Complementary color
Monochromatic Colors of #913BDF
Black with #913BDF
Text Example
Text Example
White with #913BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913BDF; }
p { color: rgb(145,59,223); }
H1.HeaderClassName
{
color: #913BDF;
}
.AnyTagClassName
{
color: #913BDF;
}
</style>
background-color css
<style>
a { background-color: #913BDF; }
a { background-color: rgb(145,59,223); }
div.DivClassName
{
background-color: #913BDF;
}
.BgClassName
{
background-color: #913BDF;
}
</style>
border-color css
<style>
span { border-color: #913BDF; }
span { border-color: rgb(145,59,223); }
td.TdClassName
{
border-color: #913BDF;
}
.TagClassName
{
border-color: #913BDF;
}
</style>