Shades of Violet Blue #9F67A4
Tints of Violet Blue #9F67A4
RGB
CMYK
RGB Variations
Color information
#9F67A4 (or 0x9F67A4) is known color: Violet Blue. HEX triplet: 9F, 67 and A4. RGB value is (159,103,164). Sum of RGB (Red+Green+Blue) = 159+103+164=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F67A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F67A4 is #60985B. Grayscale: #7E7E7E. Windows color (decimal): -6330460 or 10774431. OLE color: 10774431.
HSL color Cylindrical-coordinate representation of color #9F67A4: hue angle of 295.08º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F67A4 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 103 | 164 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.36 |
| HSL | 295.08º | 0.25% | 0.52% | - |
| HSV(B) | 295.08º | 0.37% | 0.64% | - |
| XYZ | 25.85 | 19.75 | 37.57 | - |
| YUV | 126.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 164 | 0.03 | 0.37 | 0 | 0.36 | 295.08 | 0.25 | 0.52 |
| Hex | 9F | 67 | A4 | 3 | 25 | 0 | 24 | 127 | 19 | 34 |
| Octal | 237 | 147 | 244 | 3 | 45 | 0 | 44 | 447 | 31 | 64 |
| Binary | 10011111 | 1100111 | 10100100 | 11 | 100101 | 0 | 100100 | 100100111 | 11001 | 110100 |
Color Harmonies of #9F67A4
Complementary color
Monochromatic Colors of #9F67A4
Black with #9F67A4
Text Example
Text Example
White with #9F67A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67A4; }
p { color: rgb(159,103,164); }
H1.HeaderClassName
{
color: #9F67A4;
}
.AnyTagClassName
{
color: #9F67A4;
}
</style>
background-color css
<style>
a { background-color: #9F67A4; }
a { background-color: rgb(159,103,164); }
div.DivClassName
{
background-color: #9F67A4;
}
.BgClassName
{
background-color: #9F67A4;
}
</style>
border-color css
<style>
span { border-color: #9F67A4; }
span { border-color: rgb(159,103,164); }
td.TdClassName
{
border-color: #9F67A4;
}
.TagClassName
{
border-color: #9F67A4;
}
</style>