Shades of Dark Purple #92307F
Tints of Dark Purple #92307F
RGB
CMYK
RGB Variations
Color information
#92307F (or 0x92307F) is known color: Dark Purple. HEX triplet: 92, 30 and 7F. RGB value is (146,48,127). Sum of RGB (Red+Green+Blue) = 146+48+127=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92307F is #6DCF80. Grayscale: #565656. Windows color (decimal): -7196545 or 8335506. OLE color: 8335506.
HSL color Cylindrical-coordinate representation of color #92307F: hue angle of 311.63º 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 #92307F is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 127 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.43 |
| HSL | 311.63º | 0.51% | 0.38% | - |
| HSV(B) | 311.63º | 0.67% | 0.57% | - |
| XYZ | 16.74 | 9.76 | 21.08 | - |
| YUV | 86.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 127 | 0 | 0.67 | 0.13 | 0.43 | 311.63 | 0.51 | 0.38 |
| Hex | 92 | 30 | 7F | 0 | 43 | D | 2B | 138 | 33 | 26 |
| Octal | 222 | 60 | 177 | 0 | 103 | 15 | 53 | 470 | 63 | 46 |
| Binary | 10010010 | 110000 | 1111111 | 0 | 1000011 | 1101 | 101011 | 100111000 | 110011 | 100110 |
Color Harmonies of #92307F
Complementary color
Monochromatic Colors of #92307F
Black with #92307F
Text Example
Text Example
White with #92307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92307F; }
p { color: rgb(146,48,127); }
H1.HeaderClassName
{
color: #92307F;
}
.AnyTagClassName
{
color: #92307F;
}
</style>
background-color css
<style>
a { background-color: #92307F; }
a { background-color: rgb(146,48,127); }
div.DivClassName
{
background-color: #92307F;
}
.BgClassName
{
background-color: #92307F;
}
</style>
border-color css
<style>
span { border-color: #92307F; }
span { border-color: rgb(146,48,127); }
td.TdClassName
{
border-color: #92307F;
}
.TagClassName
{
border-color: #92307F;
}
</style>