Shades of Blue Violet #9527DF
Tints of Blue Violet #9527DF
RGB
CMYK
RGB Variations
Color information
#9527DF (or 0x9527DF) is known color: Blue Violet. HEX triplet: 95, 27 and DF. RGB value is (149,39,223). Sum of RGB (Red+Green+Blue) = 149+39+223=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #9527DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9527DF is #6AD820. Grayscale: #5C5C5C. Windows color (decimal): -7002145 or 14624661. OLE color: 14624661.
HSL color Cylindrical-coordinate representation of color #9527DF: hue angle of 275.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9527DF is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 39 | 223 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.13 |
| HSL | 275.87º | 0.74% | 0.51% | - |
| HSV(B) | 275.87º | 0.83% | 0.87% | - |
| XYZ | 26.44 | 13.17 | 70.96 | - |
| YUV | 92.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 223 | 0.33 | 0.83 | 0 | 0.13 | 275.87 | 0.74 | 0.51 |
| Hex | 95 | 27 | DF | 21 | 53 | 0 | D | 114 | 4A | 33 |
| Octal | 225 | 47 | 337 | 41 | 123 | 0 | 15 | 424 | 112 | 63 |
| Binary | 10010101 | 100111 | 11011111 | 100001 | 1010011 | 0 | 1101 | 100010100 | 1001010 | 110011 |
Color Harmonies of #9527DF
Complementary color
Monochromatic Colors of #9527DF
Black with #9527DF
Text Example
Text Example
White with #9527DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527DF; }
p { color: rgb(149,39,223); }
H1.HeaderClassName
{
color: #9527DF;
}
.AnyTagClassName
{
color: #9527DF;
}
</style>
background-color css
<style>
a { background-color: #9527DF; }
a { background-color: rgb(149,39,223); }
div.DivClassName
{
background-color: #9527DF;
}
.BgClassName
{
background-color: #9527DF;
}
</style>
border-color css
<style>
span { border-color: #9527DF; }
span { border-color: rgb(149,39,223); }
td.TdClassName
{
border-color: #9527DF;
}
.TagClassName
{
border-color: #9527DF;
}
</style>