Shades of Violet Blue #94509C
Tints of Violet Blue #94509C
RGB
CMYK
RGB Variations
Color information
#94509C (or 0x94509C) is known color: Violet Blue. HEX triplet: 94, 50 and 9C. RGB value is (148,80,156). Sum of RGB (Red+Green+Blue) = 148+80+156=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #94509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94509C is #6BAF63. Grayscale: #6C6C6C. Windows color (decimal): -7057252 or 10244244. OLE color: 10244244.
HSL color Cylindrical-coordinate representation of color #94509C: hue angle of 293.68º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94509C is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 80 | 156 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.39 |
| HSL | 293.68º | 0.32% | 0.46% | - |
| HSV(B) | 293.68º | 0.49% | 0.61% | - |
| XYZ | 21.08 | 14.43 | 33.13 | - |
| YUV | 109 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 156 | 0.05 | 0.49 | 0 | 0.39 | 293.68 | 0.32 | 0.46 |
| Hex | 94 | 50 | 9C | 5 | 31 | 0 | 27 | 126 | 20 | 2E |
| Octal | 224 | 120 | 234 | 5 | 61 | 0 | 47 | 446 | 40 | 56 |
| Binary | 10010100 | 1010000 | 10011100 | 101 | 110001 | 0 | 100111 | 100100110 | 100000 | 101110 |
Color Harmonies of #94509C
Complementary color
Monochromatic Colors of #94509C
Black with #94509C
Text Example
Text Example
White with #94509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94509C; }
p { color: rgb(148,80,156); }
H1.HeaderClassName
{
color: #94509C;
}
.AnyTagClassName
{
color: #94509C;
}
</style>
background-color css
<style>
a { background-color: #94509C; }
a { background-color: rgb(148,80,156); }
div.DivClassName
{
background-color: #94509C;
}
.BgClassName
{
background-color: #94509C;
}
</style>
border-color css
<style>
span { border-color: #94509C; }
span { border-color: rgb(148,80,156); }
td.TdClassName
{
border-color: #94509C;
}
.TagClassName
{
border-color: #94509C;
}
</style>