Shades of Blue Violet #930CFF
Tints of Blue Violet #930CFF
RGB
CMYK
RGB Variations
Color information
#930CFF (or 0x930CFF) is known color: Blue Violet. HEX triplet: 93, 0C and FF. RGB value is (147,12,255). Sum of RGB (Red+Green+Blue) = 147+12+255=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #930CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #930CFF is #6CF300. Grayscale: #4F4F4F. Windows color (decimal): -7140097 or 16714899. OLE color: 16714899.
HSL color Cylindrical-coordinate representation of color #930CFF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930CFF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 12 | 255 | - |
| CMYK | 0.42 | 0.95 | 0 | 0 |
| HSL | 273.33º | 1% | 0.52% | - |
| HSV(B) | 273.33º | 0.95% | 1% | - |
| XYZ | 30.21 | 13.69 | 95.66 | - |
| YUV | 80.07 | 226.73 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 255 | 0.42 | 0.95 | 0 | 0 | 273.33 | 1 | 0.52 |
| Hex | 93 | C | FF | 2A | 5F | 0 | 0 | 111 | 64 | 34 |
| Octal | 223 | 14 | 377 | 52 | 137 | 0 | 0 | 421 | 144 | 64 |
| Binary | 10010011 | 1100 | 11111111 | 101010 | 1011111 | 0 | 0 | 100010001 | 1100100 | 110100 |
Color Harmonies of #930CFF
Complementary color
Monochromatic Colors of #930CFF
Black with #930CFF
Text Example
Text Example
White with #930CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CFF; }
p { color: rgb(147,12,255); }
H1.HeaderClassName
{
color: #930CFF;
}
.AnyTagClassName
{
color: #930CFF;
}
</style>
background-color css
<style>
a { background-color: #930CFF; }
a { background-color: rgb(147,12,255); }
div.DivClassName
{
background-color: #930CFF;
}
.BgClassName
{
background-color: #930CFF;
}
</style>
border-color css
<style>
span { border-color: #930CFF; }
span { border-color: rgb(147,12,255); }
td.TdClassName
{
border-color: #930CFF;
}
.TagClassName
{
border-color: #930CFF;
}
</style>