Shades of Dark Purple #942168
Tints of Dark Purple #942168
RGB
CMYK
RGB Variations
Color information
#942168 (or 0x942168) is known color: Dark Purple. HEX triplet: 94, 21 and 68. RGB value is (148,33,104). Sum of RGB (Red+Green+Blue) = 148+33+104=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #942168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942168 is #6BDE97. Grayscale: #4B4B4B. Windows color (decimal): -7069336 or 6824340. OLE color: 6824340.
HSL color Cylindrical-coordinate representation of color #942168: hue angle of 322.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942168 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 104 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.42 |
| HSL | 322.96º | 0.64% | 0.35% | - |
| HSV(B) | 322.96º | 0.78% | 0.58% | - |
| XYZ | 15.26 | 8.38 | 13.91 | - |
| YUV | 75.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 104 | 0 | 0.78 | 0.30 | 0.42 | 322.96 | 0.64 | 0.35 |
| Hex | 94 | 21 | 68 | 0 | 4E | 1E | 2A | 143 | 40 | 23 |
| Octal | 224 | 41 | 150 | 0 | 116 | 36 | 52 | 503 | 100 | 43 |
| Binary | 10010100 | 100001 | 1101000 | 0 | 1001110 | 11110 | 101010 | 101000011 | 1000000 | 100011 |
Color Harmonies of #942168
Complementary color
Monochromatic Colors of #942168
Black with #942168
Text Example
Text Example
White with #942168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942168; }
p { color: rgb(148,33,104); }
H1.HeaderClassName
{
color: #942168;
}
.AnyTagClassName
{
color: #942168;
}
</style>
background-color css
<style>
a { background-color: #942168; }
a { background-color: rgb(148,33,104); }
div.DivClassName
{
background-color: #942168;
}
.BgClassName
{
background-color: #942168;
}
</style>
border-color css
<style>
span { border-color: #942168; }
span { border-color: rgb(148,33,104); }
td.TdClassName
{
border-color: #942168;
}
.TagClassName
{
border-color: #942168;
}
</style>