Shades of Dark Orchid #913BBC
Tints of Dark Orchid #913BBC
RGB
CMYK
RGB Variations
Color information
#913BBC (or 0x913BBC) is known color: Dark Orchid. HEX triplet: 91, 3B and BC. RGB value is (145,59,188). Sum of RGB (Red+Green+Blue) = 145+59+188=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #913BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BBC is #6EC443. Grayscale: #626262. Windows color (decimal): -7259204 or 12336017. OLE color: 12336017.
HSL color Cylindrical-coordinate representation of color #913BBC: hue angle of 280º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913BBC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 59 | 188 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.26 |
| HSL | 280º | 0.52% | 0.48% | - |
| HSV(B) | 280º | 0.69% | 0.74% | - |
| XYZ | 22.32 | 12.78 | 48.87 | - |
| YUV | 99.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 188 | 0.23 | 0.69 | 0 | 0.26 | 280 | 0.52 | 0.48 |
| Hex | 91 | 3B | BC | 17 | 45 | 0 | 1A | 118 | 34 | 30 |
| Octal | 221 | 73 | 274 | 27 | 105 | 0 | 32 | 430 | 64 | 60 |
| Binary | 10010001 | 111011 | 10111100 | 10111 | 1000101 | 0 | 11010 | 100011000 | 110100 | 110000 |
Color Harmonies of #913BBC
Complementary color
Monochromatic Colors of #913BBC
Black with #913BBC
Text Example
Text Example
White with #913BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913BBC; }
p { color: rgb(145,59,188); }
H1.HeaderClassName
{
color: #913BBC;
}
.AnyTagClassName
{
color: #913BBC;
}
</style>
background-color css
<style>
a { background-color: #913BBC; }
a { background-color: rgb(145,59,188); }
div.DivClassName
{
background-color: #913BBC;
}
.BgClassName
{
background-color: #913BBC;
}
</style>
border-color css
<style>
span { border-color: #913BBC; }
span { border-color: rgb(145,59,188); }
td.TdClassName
{
border-color: #913BBC;
}
.TagClassName
{
border-color: #913BBC;
}
</style>