Shades of Dark Orchid #913CCB
Tints of Dark Orchid #913CCB
RGB
CMYK
RGB Variations
Color information
#913CCB (or 0x913CCB) is known color: Dark Orchid. HEX triplet: 91, 3C and CB. RGB value is (145,60,203). Sum of RGB (Red+Green+Blue) = 145+60+203=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #913CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CCB is #6EC334. Grayscale: #656565. Windows color (decimal): -7258933 or 13319313. OLE color: 13319313.
HSL color Cylindrical-coordinate representation of color #913CCB: hue angle of 275.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913CCB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 60 | 203 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.20 |
| HSL | 275.66º | 0.58% | 0.52% | - |
| HSV(B) | 275.66º | 0.7% | 0.8% | - |
| XYZ | 24.07 | 13.56 | 57.85 | - |
| YUV | 101.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 203 | 0.29 | 0.70 | 0 | 0.20 | 275.66 | 0.58 | 0.52 |
| Hex | 91 | 3C | CB | 1D | 46 | 0 | 14 | 114 | 3A | 34 |
| Octal | 221 | 74 | 313 | 35 | 106 | 0 | 24 | 424 | 72 | 64 |
| Binary | 10010001 | 111100 | 11001011 | 11101 | 1000110 | 0 | 10100 | 100010100 | 111010 | 110100 |
Color Harmonies of #913CCB
Complementary color
Monochromatic Colors of #913CCB
Black with #913CCB
Text Example
Text Example
White with #913CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CCB; }
p { color: rgb(145,60,203); }
H1.HeaderClassName
{
color: #913CCB;
}
.AnyTagClassName
{
color: #913CCB;
}
</style>
background-color css
<style>
a { background-color: #913CCB; }
a { background-color: rgb(145,60,203); }
div.DivClassName
{
background-color: #913CCB;
}
.BgClassName
{
background-color: #913CCB;
}
</style>
border-color css
<style>
span { border-color: #913CCB; }
span { border-color: rgb(145,60,203); }
td.TdClassName
{
border-color: #913CCB;
}
.TagClassName
{
border-color: #913CCB;
}
</style>