Shades of Dark Orchid #912BCB
Tints of Dark Orchid #912BCB
RGB
CMYK
RGB Variations
Color information
#912BCB (or 0x912BCB) is known color: Dark Orchid. HEX triplet: 91, 2B and CB. RGB value is (145,43,203). Sum of RGB (Red+Green+Blue) = 145+43+203=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #912BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912BCB is #6ED434. Grayscale: #5B5B5B. Windows color (decimal): -7263285 or 13314961. OLE color: 13314961.
HSL color Cylindrical-coordinate representation of color #912BCB: hue angle of 278.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #912BCB is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 43 | 203 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.20 |
| HSL | 278.25º | 0.65% | 0.48% | - |
| HSV(B) | 278.25º | 0.79% | 0.8% | - |
| XYZ | 23.32 | 12.06 | 57.6 | - |
| YUV | 91.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 203 | 0.29 | 0.79 | 0 | 0.20 | 278.25 | 0.65 | 0.48 |
| Hex | 91 | 2B | CB | 1D | 4F | 0 | 14 | 116 | 41 | 30 |
| Octal | 221 | 53 | 313 | 35 | 117 | 0 | 24 | 426 | 101 | 60 |
| Binary | 10010001 | 101011 | 11001011 | 11101 | 1001111 | 0 | 10100 | 100010110 | 1000001 | 110000 |
Color Harmonies of #912BCB
Complementary color
Monochromatic Colors of #912BCB
Black with #912BCB
Text Example
Text Example
White with #912BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912BCB; }
p { color: rgb(145,43,203); }
H1.HeaderClassName
{
color: #912BCB;
}
.AnyTagClassName
{
color: #912BCB;
}
</style>
background-color css
<style>
a { background-color: #912BCB; }
a { background-color: rgb(145,43,203); }
div.DivClassName
{
background-color: #912BCB;
}
.BgClassName
{
background-color: #912BCB;
}
</style>
border-color css
<style>
span { border-color: #912BCB; }
span { border-color: rgb(145,43,203); }
td.TdClassName
{
border-color: #912BCB;
}
.TagClassName
{
border-color: #912BCB;
}
</style>