Shades of Dark Orchid #913FCB
Tints of Dark Orchid #913FCB
RGB
CMYK
RGB Variations
Color information
#913FCB (or 0x913FCB) is known color: Dark Orchid. HEX triplet: 91, 3F and CB. RGB value is (145,63,203). Sum of RGB (Red+Green+Blue) = 145+63+203=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #913FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913FCB is #6EC034. Grayscale: #666666. Windows color (decimal): -7258165 or 13320081. OLE color: 13320081.
HSL color Cylindrical-coordinate representation of color #913FCB: hue angle of 275.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913FCB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 63 | 203 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.20 |
| HSL | 275.14º | 0.57% | 0.52% | - |
| HSV(B) | 275.14º | 0.69% | 0.8% | - |
| XYZ | 24.23 | 13.89 | 57.9 | - |
| YUV | 103.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 203 | 0.29 | 0.69 | 0 | 0.20 | 275.14 | 0.57 | 0.52 |
| Hex | 91 | 3F | CB | 1D | 45 | 0 | 14 | 113 | 39 | 34 |
| Octal | 221 | 77 | 313 | 35 | 105 | 0 | 24 | 423 | 71 | 64 |
| Binary | 10010001 | 111111 | 11001011 | 11101 | 1000101 | 0 | 10100 | 100010011 | 111001 | 110100 |
Color Harmonies of #913FCB
Complementary color
Monochromatic Colors of #913FCB
Black with #913FCB
Text Example
Text Example
White with #913FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913FCB; }
p { color: rgb(145,63,203); }
H1.HeaderClassName
{
color: #913FCB;
}
.AnyTagClassName
{
color: #913FCB;
}
</style>
background-color css
<style>
a { background-color: #913FCB; }
a { background-color: rgb(145,63,203); }
div.DivClassName
{
background-color: #913FCB;
}
.BgClassName
{
background-color: #913FCB;
}
</style>
border-color css
<style>
span { border-color: #913FCB; }
span { border-color: rgb(145,63,203); }
td.TdClassName
{
border-color: #913FCB;
}
.TagClassName
{
border-color: #913FCB;
}
</style>