Shades of Violet Blue #93668C
Tints of Violet Blue #93668C
RGB
CMYK
RGB Variations
Color information
#93668C (or 0x93668C) is known color: Violet Blue. HEX triplet: 93, 66 and 8C. RGB value is (147,102,140). Sum of RGB (Red+Green+Blue) = 147+102+140=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93668C is #6C9973. Grayscale: #777777. Windows color (decimal): -7117172 or 9201299. OLE color: 9201299.
HSL color Cylindrical-coordinate representation of color #93668C: hue angle of 309.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93668C is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 140 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.42 |
| HSL | 309.33º | 0.18% | 0.49% | - |
| HSV(B) | 309.33º | 0.31% | 0.58% | - |
| XYZ | 21.52 | 17.6 | 27.07 | - |
| YUV | 119.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 140 | 0 | 0.31 | 0.05 | 0.42 | 309.33 | 0.18 | 0.49 |
| Hex | 93 | 66 | 8C | 0 | 1F | 5 | 2A | 135 | 12 | 31 |
| Octal | 223 | 146 | 214 | 0 | 37 | 5 | 52 | 465 | 22 | 61 |
| Binary | 10010011 | 1100110 | 10001100 | 0 | 11111 | 101 | 101010 | 100110101 | 10010 | 110001 |
Color Harmonies of #93668C
Complementary color
Monochromatic Colors of #93668C
Black with #93668C
Text Example
Text Example
White with #93668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93668C; }
p { color: rgb(147,102,140); }
H1.HeaderClassName
{
color: #93668C;
}
.AnyTagClassName
{
color: #93668C;
}
</style>
background-color css
<style>
a { background-color: #93668C; }
a { background-color: rgb(147,102,140); }
div.DivClassName
{
background-color: #93668C;
}
.BgClassName
{
background-color: #93668C;
}
</style>
border-color css
<style>
span { border-color: #93668C; }
span { border-color: rgb(147,102,140); }
td.TdClassName
{
border-color: #93668C;
}
.TagClassName
{
border-color: #93668C;
}
</style>