Shades of Dark Orchid #912ACF
Tints of Dark Orchid #912ACF
RGB
CMYK
RGB Variations
Color information
#912ACF (or 0x912ACF) is known color: Dark Orchid. HEX triplet: 91, 2A and CF. RGB value is (145,42,207). Sum of RGB (Red+Green+Blue) = 145+42+207=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #912ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ACF is #6ED530. Grayscale: #5B5B5B. Windows color (decimal): -7263537 or 13576849. OLE color: 13576849.
HSL color Cylindrical-coordinate representation of color #912ACF: hue angle of 277.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #912ACF is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 42 | 207 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.19 |
| HSL | 277.45º | 0.66% | 0.49% | - |
| HSV(B) | 277.45º | 0.8% | 0.81% | - |
| XYZ | 23.77 | 12.18 | 60.13 | - |
| YUV | 91.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 207 | 0.30 | 0.80 | 0 | 0.19 | 277.45 | 0.66 | 0.49 |
| Hex | 91 | 2A | CF | 1E | 50 | 0 | 13 | 115 | 42 | 31 |
| Octal | 221 | 52 | 317 | 36 | 120 | 0 | 23 | 425 | 102 | 61 |
| Binary | 10010001 | 101010 | 11001111 | 11110 | 1010000 | 0 | 10011 | 100010101 | 1000010 | 110001 |
Color Harmonies of #912ACF
Complementary color
Monochromatic Colors of #912ACF
Black with #912ACF
Text Example
Text Example
White with #912ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912ACF; }
p { color: rgb(145,42,207); }
H1.HeaderClassName
{
color: #912ACF;
}
.AnyTagClassName
{
color: #912ACF;
}
</style>
background-color css
<style>
a { background-color: #912ACF; }
a { background-color: rgb(145,42,207); }
div.DivClassName
{
background-color: #912ACF;
}
.BgClassName
{
background-color: #912ACF;
}
</style>
border-color css
<style>
span { border-color: #912ACF; }
span { border-color: rgb(145,42,207); }
td.TdClassName
{
border-color: #912ACF;
}
.TagClassName
{
border-color: #912ACF;
}
</style>