Shades of Dark Purple #912367
Tints of Dark Purple #912367
RGB
CMYK
RGB Variations
Color information
#912367 (or 0x912367) is known color: Dark Purple. HEX triplet: 91, 23 and 67. RGB value is (145,35,103). Sum of RGB (Red+Green+Blue) = 145+35+103=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #912367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912367 is #6EDC98. Grayscale: #4B4B4B. Windows color (decimal): -7265433 or 6759313. OLE color: 6759313.
HSL color Cylindrical-coordinate representation of color #912367: hue angle of 322.91º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912367 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 103 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.43 |
| HSL | 322.91º | 0.61% | 0.35% | - |
| HSV(B) | 322.91º | 0.76% | 0.57% | - |
| XYZ | 14.73 | 8.2 | 13.64 | - |
| YUV | 75.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 103 | 0 | 0.76 | 0.29 | 0.43 | 322.91 | 0.61 | 0.35 |
| Hex | 91 | 23 | 67 | 0 | 4C | 1D | 2B | 143 | 3D | 23 |
| Octal | 221 | 43 | 147 | 0 | 114 | 35 | 53 | 503 | 75 | 43 |
| Binary | 10010001 | 100011 | 1100111 | 0 | 1001100 | 11101 | 101011 | 101000011 | 111101 | 100011 |
Color Harmonies of #912367
Complementary color
Monochromatic Colors of #912367
Black with #912367
Text Example
Text Example
White with #912367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912367; }
p { color: rgb(145,35,103); }
H1.HeaderClassName
{
color: #912367;
}
.AnyTagClassName
{
color: #912367;
}
</style>
background-color css
<style>
a { background-color: #912367; }
a { background-color: rgb(145,35,103); }
div.DivClassName
{
background-color: #912367;
}
.BgClassName
{
background-color: #912367;
}
</style>
border-color css
<style>
span { border-color: #912367; }
span { border-color: rgb(145,35,103); }
td.TdClassName
{
border-color: #912367;
}
.TagClassName
{
border-color: #912367;
}
</style>