Shades of Dark Purple #923883
Tints of Dark Purple #923883
RGB
CMYK
RGB Variations
Color information
#923883 (or 0x923883) is known color: Dark Purple. HEX triplet: 92, 38 and 83. RGB value is (146,56,131). Sum of RGB (Red+Green+Blue) = 146+56+131=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #923883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923883 is #6DC77C. Grayscale: #5B5B5B. Windows color (decimal): -7194493 or 8599698. OLE color: 8599698.
HSL color Cylindrical-coordinate representation of color #923883: hue angle of 310º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923883 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 56 | 131 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.43 |
| HSL | 310º | 0.45% | 0.4% | - |
| HSV(B) | 310º | 0.62% | 0.57% | - |
| XYZ | 17.36 | 10.58 | 22.6 | - |
| YUV | 91.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 131 | 0 | 0.62 | 0.10 | 0.43 | 310 | 0.45 | 0.4 |
| Hex | 92 | 38 | 83 | 0 | 3E | A | 2B | 136 | 2D | 28 |
| Octal | 222 | 70 | 203 | 0 | 76 | 12 | 53 | 466 | 55 | 50 |
| Binary | 10010010 | 111000 | 10000011 | 0 | 111110 | 1010 | 101011 | 100110110 | 101101 | 101000 |
Color Harmonies of #923883
Complementary color
Monochromatic Colors of #923883
Black with #923883
Text Example
Text Example
White with #923883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923883; }
p { color: rgb(146,56,131); }
H1.HeaderClassName
{
color: #923883;
}
.AnyTagClassName
{
color: #923883;
}
</style>
background-color css
<style>
a { background-color: #923883; }
a { background-color: rgb(146,56,131); }
div.DivClassName
{
background-color: #923883;
}
.BgClassName
{
background-color: #923883;
}
</style>
border-color css
<style>
span { border-color: #923883; }
span { border-color: rgb(146,56,131); }
td.TdClassName
{
border-color: #923883;
}
.TagClassName
{
border-color: #923883;
}
</style>