Shades of Blue Violet #9641DF
Tints of Blue Violet #9641DF
RGB
CMYK
RGB Variations
Color information
#9641DF (or 0x9641DF) is known color: Blue Violet. HEX triplet: 96, 41 and DF. RGB value is (150,65,223). Sum of RGB (Red+Green+Blue) = 150+65+223=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #9641DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641DF is #69BE20. Grayscale: #6B6B6B. Windows color (decimal): -6929953 or 14631318. OLE color: 14631318.
HSL color Cylindrical-coordinate representation of color #9641DF: hue angle of 272.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9641DF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 65 | 223 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.13 |
| HSL | 272.28º | 0.71% | 0.56% | - |
| HSV(B) | 272.28º | 0.71% | 0.87% | - |
| XYZ | 27.79 | 15.59 | 71.36 | - |
| YUV | 108.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 223 | 0.33 | 0.71 | 0 | 0.13 | 272.28 | 0.71 | 0.56 |
| Hex | 96 | 41 | DF | 21 | 47 | 0 | D | 110 | 47 | 38 |
| Octal | 226 | 101 | 337 | 41 | 107 | 0 | 15 | 420 | 107 | 70 |
| Binary | 10010110 | 1000001 | 11011111 | 100001 | 1000111 | 0 | 1101 | 100010000 | 1000111 | 111000 |
Color Harmonies of #9641DF
Complementary color
Monochromatic Colors of #9641DF
Black with #9641DF
Text Example
Text Example
White with #9641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641DF; }
p { color: rgb(150,65,223); }
H1.HeaderClassName
{
color: #9641DF;
}
.AnyTagClassName
{
color: #9641DF;
}
</style>
background-color css
<style>
a { background-color: #9641DF; }
a { background-color: rgb(150,65,223); }
div.DivClassName
{
background-color: #9641DF;
}
.BgClassName
{
background-color: #9641DF;
}
</style>
border-color css
<style>
span { border-color: #9641DF; }
span { border-color: rgb(150,65,223); }
td.TdClassName
{
border-color: #9641DF;
}
.TagClassName
{
border-color: #9641DF;
}
</style>