Shades of Blue Violet #9447F1
Tints of Blue Violet #9447F1
RGB
CMYK
RGB Variations
Color information
#9447F1 (or 0x9447F1) is known color: Blue Violet. HEX triplet: 94, 47 and F1. RGB value is (148,71,241). Sum of RGB (Red+Green+Blue) = 148+71+241=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #9447F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9447F1 is #6BB80E. Grayscale: #707070. Windows color (decimal): -7059471 or 15812500. OLE color: 15812500.
HSL color Cylindrical-coordinate representation of color #9447F1: hue angle of 267.18º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9447F1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 71 | 241 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.05 |
| HSL | 267.18º | 0.86% | 0.61% | - |
| HSV(B) | 267.18º | 0.71% | 0.95% | - |
| XYZ | 30.34 | 17.15 | 84.93 | - |
| YUV | 113.4 | 200.01 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 241 | 0.39 | 0.71 | 0 | 0.05 | 267.18 | 0.86 | 0.61 |
| Hex | 94 | 47 | F1 | 27 | 47 | 0 | 5 | 10B | 56 | 3D |
| Octal | 224 | 107 | 361 | 47 | 107 | 0 | 5 | 413 | 126 | 75 |
| Binary | 10010100 | 1000111 | 11110001 | 100111 | 1000111 | 0 | 101 | 100001011 | 1010110 | 111101 |
Color Harmonies of #9447F1
Complementary color
Monochromatic Colors of #9447F1
Black with #9447F1
Text Example
Text Example
White with #9447F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9447F1; }
p { color: rgb(148,71,241); }
H1.HeaderClassName
{
color: #9447F1;
}
.AnyTagClassName
{
color: #9447F1;
}
</style>
background-color css
<style>
a { background-color: #9447F1; }
a { background-color: rgb(148,71,241); }
div.DivClassName
{
background-color: #9447F1;
}
.BgClassName
{
background-color: #9447F1;
}
</style>
border-color css
<style>
span { border-color: #9447F1; }
span { border-color: rgb(148,71,241); }
td.TdClassName
{
border-color: #9447F1;
}
.TagClassName
{
border-color: #9447F1;
}
</style>