Shades of Dark Orchid #931BCB
Tints of Dark Orchid #931BCB
RGB
CMYK
RGB Variations
Color information
#931BCB (or 0x931BCB) is known color: Dark Orchid. HEX triplet: 93, 1B and CB. RGB value is (147,27,203). Sum of RGB (Red+Green+Blue) = 147+27+203=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #931BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931BCB is #6CE434. Grayscale: #525252. Windows color (decimal): -7136309 or 13310867. OLE color: 13310867.
HSL color Cylindrical-coordinate representation of color #931BCB: hue angle of 280.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931BCB is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 27 | 203 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.20 |
| HSL | 280.91º | 0.77% | 0.45% | - |
| HSV(B) | 280.91º | 0.87% | 0.8% | - |
| XYZ | 23.2 | 11.3 | 57.46 | - |
| YUV | 82.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 203 | 0.28 | 0.87 | 0 | 0.20 | 280.91 | 0.77 | 0.45 |
| Hex | 93 | 1B | CB | 1C | 57 | 0 | 14 | 119 | 4D | 2D |
| Octal | 223 | 33 | 313 | 34 | 127 | 0 | 24 | 431 | 115 | 55 |
| Binary | 10010011 | 11011 | 11001011 | 11100 | 1010111 | 0 | 10100 | 100011001 | 1001101 | 101101 |
Color Harmonies of #931BCB
Complementary color
Monochromatic Colors of #931BCB
Black with #931BCB
Text Example
Text Example
White with #931BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931BCB; }
p { color: rgb(147,27,203); }
H1.HeaderClassName
{
color: #931BCB;
}
.AnyTagClassName
{
color: #931BCB;
}
</style>
background-color css
<style>
a { background-color: #931BCB; }
a { background-color: rgb(147,27,203); }
div.DivClassName
{
background-color: #931BCB;
}
.BgClassName
{
background-color: #931BCB;
}
</style>
border-color css
<style>
span { border-color: #931BCB; }
span { border-color: rgb(147,27,203); }
td.TdClassName
{
border-color: #931BCB;
}
.TagClassName
{
border-color: #931BCB;
}
</style>