Shades of Blue Violet #923BFD
Tints of Blue Violet #923BFD
RGB
CMYK
RGB Variations
Color information
#923BFD (or 0x923BFD) is known color: Blue Violet. HEX triplet: 92, 3B and FD. RGB value is (146,59,253). Sum of RGB (Red+Green+Blue) = 146+59+253=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #923BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #923BFD is #6DC402. Grayscale: #6A6A6A. Windows color (decimal): -7193603 or 16595858. OLE color: 16595858.
HSL color Cylindrical-coordinate representation of color #923BFD: hue angle of 266.91º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #923BFD is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 59 | 253 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.01 |
| HSL | 266.91º | 0.98% | 0.61% | - |
| HSV(B) | 266.91º | 0.77% | 0.99% | - |
| XYZ | 31.15 | 16.33 | 94.44 | - |
| YUV | 107.13 | 210.32 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 253 | 0.42 | 0.77 | 0 | 0.01 | 266.91 | 0.98 | 0.61 |
| Hex | 92 | 3B | FD | 2A | 4D | 0 | 1 | 10B | 62 | 3D |
| Octal | 222 | 73 | 375 | 52 | 115 | 0 | 1 | 413 | 142 | 75 |
| Binary | 10010010 | 111011 | 11111101 | 101010 | 1001101 | 0 | 1 | 100001011 | 1100010 | 111101 |
Color Harmonies of #923BFD
Complementary color
Monochromatic Colors of #923BFD
Black with #923BFD
Text Example
Text Example
White with #923BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923BFD; }
p { color: rgb(146,59,253); }
H1.HeaderClassName
{
color: #923BFD;
}
.AnyTagClassName
{
color: #923BFD;
}
</style>
background-color css
<style>
a { background-color: #923BFD; }
a { background-color: rgb(146,59,253); }
div.DivClassName
{
background-color: #923BFD;
}
.BgClassName
{
background-color: #923BFD;
}
</style>
border-color css
<style>
span { border-color: #923BFD; }
span { border-color: rgb(146,59,253); }
td.TdClassName
{
border-color: #923BFD;
}
.TagClassName
{
border-color: #923BFD;
}
</style>