Shades of Dark Orchid #913CCF
Tints of Dark Orchid #913CCF
RGB
CMYK
RGB Variations
Color information
#913CCF (or 0x913CCF) is known color: Dark Orchid. HEX triplet: 91, 3C and CF. RGB value is (145,60,207). Sum of RGB (Red+Green+Blue) = 145+60+207=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #913CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CCF is #6EC330. Grayscale: #656565. Windows color (decimal): -7258929 or 13581457. OLE color: 13581457.
HSL color Cylindrical-coordinate representation of color #913CCF: hue angle of 274.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913CCF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 60 | 207 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.19 |
| HSL | 274.69º | 0.6% | 0.52% | - |
| HSV(B) | 274.69º | 0.71% | 0.81% | - |
| XYZ | 24.56 | 13.76 | 60.39 | - |
| YUV | 102.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 207 | 0.30 | 0.71 | 0 | 0.19 | 274.69 | 0.6 | 0.52 |
| Hex | 91 | 3C | CF | 1E | 47 | 0 | 13 | 113 | 3C | 34 |
| Octal | 221 | 74 | 317 | 36 | 107 | 0 | 23 | 423 | 74 | 64 |
| Binary | 10010001 | 111100 | 11001111 | 11110 | 1000111 | 0 | 10011 | 100010011 | 111100 | 110100 |
Color Harmonies of #913CCF
Complementary color
Monochromatic Colors of #913CCF
Black with #913CCF
Text Example
Text Example
White with #913CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CCF; }
p { color: rgb(145,60,207); }
H1.HeaderClassName
{
color: #913CCF;
}
.AnyTagClassName
{
color: #913CCF;
}
</style>
background-color css
<style>
a { background-color: #913CCF; }
a { background-color: rgb(145,60,207); }
div.DivClassName
{
background-color: #913CCF;
}
.BgClassName
{
background-color: #913CCF;
}
</style>
border-color css
<style>
span { border-color: #913CCF; }
span { border-color: rgb(145,60,207); }
td.TdClassName
{
border-color: #913CCF;
}
.TagClassName
{
border-color: #913CCF;
}
</style>