Shades of Dark Orchid #9123B1
Tints of Dark Orchid #9123B1
RGB
CMYK
RGB Variations
Color information
#9123B1 (or 0x9123B1) is known color: Dark Orchid. HEX triplet: 91, 23 and B1. RGB value is (145,35,177). Sum of RGB (Red+Green+Blue) = 145+35+177=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #9123B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9123B1 is #6EDC4E. Grayscale: #535353. Windows color (decimal): -7265359 or 11608977. OLE color: 11608977.
HSL color Cylindrical-coordinate representation of color #9123B1: hue angle of 286.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9123B1 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 35 | 177 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.31 |
| HSL | 286.48º | 0.67% | 0.42% | - |
| HSV(B) | 286.48º | 0.8% | 0.69% | - |
| XYZ | 20.21 | 10.4 | 42.54 | - |
| YUV | 84.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 177 | 0.18 | 0.80 | 0 | 0.31 | 286.48 | 0.67 | 0.42 |
| Hex | 91 | 23 | B1 | 12 | 50 | 0 | 1F | 11E | 43 | 2A |
| Octal | 221 | 43 | 261 | 22 | 120 | 0 | 37 | 436 | 103 | 52 |
| Binary | 10010001 | 100011 | 10110001 | 10010 | 1010000 | 0 | 11111 | 100011110 | 1000011 | 101010 |
Color Harmonies of #9123B1
Complementary color
Monochromatic Colors of #9123B1
Black with #9123B1
Text Example
Text Example
White with #9123B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9123B1; }
p { color: rgb(145,35,177); }
H1.HeaderClassName
{
color: #9123B1;
}
.AnyTagClassName
{
color: #9123B1;
}
</style>
background-color css
<style>
a { background-color: #9123B1; }
a { background-color: rgb(145,35,177); }
div.DivClassName
{
background-color: #9123B1;
}
.BgClassName
{
background-color: #9123B1;
}
</style>
border-color css
<style>
span { border-color: #9123B1; }
span { border-color: rgb(145,35,177); }
td.TdClassName
{
border-color: #9123B1;
}
.TagClassName
{
border-color: #9123B1;
}
</style>