Shades of Dark Purple #942682
Tints of Dark Purple #942682
RGB
CMYK
RGB Variations
Color information
#942682 (or 0x942682) is known color: Dark Purple. HEX triplet: 94, 26 and 82. RGB value is (148,38,130). Sum of RGB (Red+Green+Blue) = 148+38+130=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #942682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942682 is #6BD97D. Grayscale: #515151. Windows color (decimal): -7068030 or 8529556. OLE color: 8529556.
HSL color Cylindrical-coordinate representation of color #942682: hue angle of 309.82º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942682 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 130 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.42 |
| HSL | 309.82º | 0.59% | 0.36% | - |
| HSV(B) | 309.82º | 0.74% | 0.58% | - |
| XYZ | 16.94 | 9.29 | 22.02 | - |
| YUV | 81.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 130 | 0 | 0.74 | 0.12 | 0.42 | 309.82 | 0.59 | 0.36 |
| Hex | 94 | 26 | 82 | 0 | 4A | C | 2A | 136 | 3B | 24 |
| Octal | 224 | 46 | 202 | 0 | 112 | 14 | 52 | 466 | 73 | 44 |
| Binary | 10010100 | 100110 | 10000010 | 0 | 1001010 | 1100 | 101010 | 100110110 | 111011 | 100100 |
Color Harmonies of #942682
Complementary color
Monochromatic Colors of #942682
Black with #942682
Text Example
Text Example
White with #942682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942682; }
p { color: rgb(148,38,130); }
H1.HeaderClassName
{
color: #942682;
}
.AnyTagClassName
{
color: #942682;
}
</style>
background-color css
<style>
a { background-color: #942682; }
a { background-color: rgb(148,38,130); }
div.DivClassName
{
background-color: #942682;
}
.BgClassName
{
background-color: #942682;
}
</style>
border-color css
<style>
span { border-color: #942682; }
span { border-color: rgb(148,38,130); }
td.TdClassName
{
border-color: #942682;
}
.TagClassName
{
border-color: #942682;
}
</style>