Shades of Dark Orchid #9241BF
Tints of Dark Orchid #9241BF
RGB
CMYK
RGB Variations
Color information
#9241BF (or 0x9241BF) is known color: Dark Orchid. HEX triplet: 92, 41 and BF. RGB value is (146,65,191). Sum of RGB (Red+Green+Blue) = 146+65+191=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #9241BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241BF is #6DBE40. Grayscale: #676767. Windows color (decimal): -7192129 or 12534162. OLE color: 12534162.
HSL color Cylindrical-coordinate representation of color #9241BF: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9241BF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 65 | 191 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.25 |
| HSL | 278.57º | 0.5% | 0.5% | - |
| HSV(B) | 278.57º | 0.66% | 0.75% | - |
| XYZ | 23.15 | 13.65 | 50.71 | - |
| YUV | 103.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 191 | 0.24 | 0.66 | 0 | 0.25 | 278.57 | 0.5 | 0.5 |
| Hex | 92 | 41 | BF | 18 | 42 | 0 | 19 | 117 | 32 | 32 |
| Octal | 222 | 101 | 277 | 30 | 102 | 0 | 31 | 427 | 62 | 62 |
| Binary | 10010010 | 1000001 | 10111111 | 11000 | 1000010 | 0 | 11001 | 100010111 | 110010 | 110010 |
Color Harmonies of #9241BF
Complementary color
Monochromatic Colors of #9241BF
Black with #9241BF
Text Example
Text Example
White with #9241BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9241BF; }
p { color: rgb(146,65,191); }
H1.HeaderClassName
{
color: #9241BF;
}
.AnyTagClassName
{
color: #9241BF;
}
</style>
background-color css
<style>
a { background-color: #9241BF; }
a { background-color: rgb(146,65,191); }
div.DivClassName
{
background-color: #9241BF;
}
.BgClassName
{
background-color: #9241BF;
}
</style>
border-color css
<style>
span { border-color: #9241BF; }
span { border-color: rgb(146,65,191); }
td.TdClassName
{
border-color: #9241BF;
}
.TagClassName
{
border-color: #9241BF;
}
</style>