Shades of Violet Blue #935F9D
Tints of Violet Blue #935F9D
RGB
CMYK
RGB Variations
Color information
#935F9D (or 0x935F9D) is known color: Violet Blue. HEX triplet: 93, 5F and 9D. RGB value is (147,95,157). Sum of RGB (Red+Green+Blue) = 147+95+157=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #935F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F9D is #6CA062. Grayscale: #757575. Windows color (decimal): -7118947 or 10313619. OLE color: 10313619.
HSL color Cylindrical-coordinate representation of color #935F9D: hue angle of 290.32º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935F9D is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 95 | 157 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.38 |
| HSL | 290.32º | 0.25% | 0.49% | - |
| HSV(B) | 290.32º | 0.39% | 0.62% | - |
| XYZ | 22.21 | 16.82 | 33.97 | - |
| YUV | 117.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 157 | 0.06 | 0.39 | 0 | 0.38 | 290.32 | 0.25 | 0.49 |
| Hex | 93 | 5F | 9D | 6 | 27 | 0 | 26 | 122 | 19 | 31 |
| Octal | 223 | 137 | 235 | 6 | 47 | 0 | 46 | 442 | 31 | 61 |
| Binary | 10010011 | 1011111 | 10011101 | 110 | 100111 | 0 | 100110 | 100100010 | 11001 | 110001 |
Color Harmonies of #935F9D
Complementary color
Monochromatic Colors of #935F9D
Black with #935F9D
Text Example
Text Example
White with #935F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F9D; }
p { color: rgb(147,95,157); }
H1.HeaderClassName
{
color: #935F9D;
}
.AnyTagClassName
{
color: #935F9D;
}
</style>
background-color css
<style>
a { background-color: #935F9D; }
a { background-color: rgb(147,95,157); }
div.DivClassName
{
background-color: #935F9D;
}
.BgClassName
{
background-color: #935F9D;
}
</style>
border-color css
<style>
span { border-color: #935F9D; }
span { border-color: rgb(147,95,157); }
td.TdClassName
{
border-color: #935F9D;
}
.TagClassName
{
border-color: #935F9D;
}
</style>