Shades of Dark Orchid #912DB3
Tints of Dark Orchid #912DB3
RGB
CMYK
RGB Variations
Color information
#912DB3 (or 0x912DB3) is known color: Dark Orchid. HEX triplet: 91, 2D and B3. RGB value is (145,45,179). Sum of RGB (Red+Green+Blue) = 145+45+179=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #912DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB3 is #6ED24C. Grayscale: #595959. Windows color (decimal): -7262797 or 11742609. OLE color: 11742609.
HSL color Cylindrical-coordinate representation of color #912DB3: hue angle of 284.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912DB3 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 45 | 179 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.30 |
| HSL | 284.78º | 0.6% | 0.44% | - |
| HSV(B) | 284.78º | 0.75% | 0.7% | - |
| XYZ | 20.75 | 11.15 | 43.71 | - |
| YUV | 90.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 179 | 0.19 | 0.75 | 0 | 0.30 | 284.78 | 0.6 | 0.44 |
| Hex | 91 | 2D | B3 | 13 | 4B | 0 | 1E | 11D | 3C | 2C |
| Octal | 221 | 55 | 263 | 23 | 113 | 0 | 36 | 435 | 74 | 54 |
| Binary | 10010001 | 101101 | 10110011 | 10011 | 1001011 | 0 | 11110 | 100011101 | 111100 | 101100 |
Color Harmonies of #912DB3
Complementary color
Monochromatic Colors of #912DB3
Black with #912DB3
Text Example
Text Example
White with #912DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DB3; }
p { color: rgb(145,45,179); }
H1.HeaderClassName
{
color: #912DB3;
}
.AnyTagClassName
{
color: #912DB3;
}
</style>
background-color css
<style>
a { background-color: #912DB3; }
a { background-color: rgb(145,45,179); }
div.DivClassName
{
background-color: #912DB3;
}
.BgClassName
{
background-color: #912DB3;
}
</style>
border-color css
<style>
span { border-color: #912DB3; }
span { border-color: rgb(145,45,179); }
td.TdClassName
{
border-color: #912DB3;
}
.TagClassName
{
border-color: #912DB3;
}
</style>