Shades of Dark Orchid #931FCB
Tints of Dark Orchid #931FCB
RGB
CMYK
RGB Variations
Color information
#931FCB (or 0x931FCB) is known color: Dark Orchid. HEX triplet: 93, 1F and CB. RGB value is (147,31,203). Sum of RGB (Red+Green+Blue) = 147+31+203=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #931FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931FCB is #6CE034. Grayscale: #545454. Windows color (decimal): -7135285 or 13311891. OLE color: 13311891.
HSL color Cylindrical-coordinate representation of color #931FCB: hue angle of 280.47º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931FCB is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 31 | 203 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.20 |
| HSL | 280.47º | 0.74% | 0.46% | - |
| HSV(B) | 280.47º | 0.85% | 0.8% | - |
| XYZ | 23.3 | 11.49 | 57.49 | - |
| YUV | 85.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 203 | 0.28 | 0.85 | 0 | 0.20 | 280.47 | 0.74 | 0.46 |
| Hex | 93 | 1F | CB | 1C | 55 | 0 | 14 | 118 | 4A | 2E |
| Octal | 223 | 37 | 313 | 34 | 125 | 0 | 24 | 430 | 112 | 56 |
| Binary | 10010011 | 11111 | 11001011 | 11100 | 1010101 | 0 | 10100 | 100011000 | 1001010 | 101110 |
Color Harmonies of #931FCB
Complementary color
Monochromatic Colors of #931FCB
Black with #931FCB
Text Example
Text Example
White with #931FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931FCB; }
p { color: rgb(147,31,203); }
H1.HeaderClassName
{
color: #931FCB;
}
.AnyTagClassName
{
color: #931FCB;
}
</style>
background-color css
<style>
a { background-color: #931FCB; }
a { background-color: rgb(147,31,203); }
div.DivClassName
{
background-color: #931FCB;
}
.BgClassName
{
background-color: #931FCB;
}
</style>
border-color css
<style>
span { border-color: #931FCB; }
span { border-color: rgb(147,31,203); }
td.TdClassName
{
border-color: #931FCB;
}
.TagClassName
{
border-color: #931FCB;
}
</style>