Shades of Dark Purple #92307E
Tints of Dark Purple #92307E
RGB
CMYK
RGB Variations
Color information
#92307E (or 0x92307E) is known color: Dark Purple. HEX triplet: 92, 30 and 7E. RGB value is (146,48,126). Sum of RGB (Red+Green+Blue) = 146+48+126=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92307E is #6DCF81. Grayscale: #555555. Windows color (decimal): -7196546 or 8269970. OLE color: 8269970.
HSL color Cylindrical-coordinate representation of color #92307E: hue angle of 312.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92307E is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 126 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.43 |
| HSL | 312.24º | 0.51% | 0.38% | - |
| HSV(B) | 312.24º | 0.67% | 0.57% | - |
| XYZ | 16.68 | 9.73 | 20.74 | - |
| YUV | 86.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 126 | 0 | 0.67 | 0.14 | 0.43 | 312.24 | 0.51 | 0.38 |
| Hex | 92 | 30 | 7E | 0 | 43 | E | 2B | 138 | 33 | 26 |
| Octal | 222 | 60 | 176 | 0 | 103 | 16 | 53 | 470 | 63 | 46 |
| Binary | 10010010 | 110000 | 1111110 | 0 | 1000011 | 1110 | 101011 | 100111000 | 110011 | 100110 |
Color Harmonies of #92307E
Complementary color
Monochromatic Colors of #92307E
Black with #92307E
Text Example
Text Example
White with #92307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92307E; }
p { color: rgb(146,48,126); }
H1.HeaderClassName
{
color: #92307E;
}
.AnyTagClassName
{
color: #92307E;
}
</style>
background-color css
<style>
a { background-color: #92307E; }
a { background-color: rgb(146,48,126); }
div.DivClassName
{
background-color: #92307E;
}
.BgClassName
{
background-color: #92307E;
}
</style>
border-color css
<style>
span { border-color: #92307E; }
span { border-color: rgb(146,48,126); }
td.TdClassName
{
border-color: #92307E;
}
.TagClassName
{
border-color: #92307E;
}
</style>