Shades of Dark Purple #923678
Tints of Dark Purple #923678
RGB
CMYK
RGB Variations
Color information
#923678 (or 0x923678) is known color: Dark Purple. HEX triplet: 92, 36 and 78. RGB value is (146,54,120). Sum of RGB (Red+Green+Blue) = 146+54+120=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #923678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923678 is #6DC987. Grayscale: #585858. Windows color (decimal): -7195016 or 7878290. OLE color: 7878290.
HSL color Cylindrical-coordinate representation of color #923678: hue angle of 316.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923678 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 54 | 120 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.43 |
| HSL | 316.96º | 0.46% | 0.39% | - |
| HSV(B) | 316.96º | 0.63% | 0.57% | - |
| XYZ | 16.56 | 10.11 | 18.85 | - |
| YUV | 89.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 120 | 0 | 0.63 | 0.18 | 0.43 | 316.96 | 0.46 | 0.39 |
| Hex | 92 | 36 | 78 | 0 | 3F | 12 | 2B | 13D | 2E | 27 |
| Octal | 222 | 66 | 170 | 0 | 77 | 22 | 53 | 475 | 56 | 47 |
| Binary | 10010010 | 110110 | 1111000 | 0 | 111111 | 10010 | 101011 | 100111101 | 101110 | 100111 |
Color Harmonies of #923678
Complementary color
Monochromatic Colors of #923678
Black with #923678
Text Example
Text Example
White with #923678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923678; }
p { color: rgb(146,54,120); }
H1.HeaderClassName
{
color: #923678;
}
.AnyTagClassName
{
color: #923678;
}
</style>
background-color css
<style>
a { background-color: #923678; }
a { background-color: rgb(146,54,120); }
div.DivClassName
{
background-color: #923678;
}
.BgClassName
{
background-color: #923678;
}
</style>
border-color css
<style>
span { border-color: #923678; }
span { border-color: rgb(146,54,120); }
td.TdClassName
{
border-color: #923678;
}
.TagClassName
{
border-color: #923678;
}
</style>