Shades of Dark Orchid #923DBF
Tints of Dark Orchid #923DBF
RGB
CMYK
RGB Variations
Color information
#923DBF (or 0x923DBF) is known color: Dark Orchid. HEX triplet: 92, 3D and BF. RGB value is (146,61,191). Sum of RGB (Red+Green+Blue) = 146+61+191=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #923DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DBF is #6DC240. Grayscale: #646464. Windows color (decimal): -7193153 or 12533138. OLE color: 12533138.
HSL color Cylindrical-coordinate representation of color #923DBF: hue angle of 279.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923DBF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 61 | 191 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.25 |
| HSL | 279.23º | 0.52% | 0.49% | - |
| HSV(B) | 279.23º | 0.68% | 0.75% | - |
| XYZ | 22.93 | 13.21 | 50.63 | - |
| YUV | 101.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 191 | 0.24 | 0.68 | 0 | 0.25 | 279.23 | 0.52 | 0.49 |
| Hex | 92 | 3D | BF | 18 | 44 | 0 | 19 | 117 | 34 | 31 |
| Octal | 222 | 75 | 277 | 30 | 104 | 0 | 31 | 427 | 64 | 61 |
| Binary | 10010010 | 111101 | 10111111 | 11000 | 1000100 | 0 | 11001 | 100010111 | 110100 | 110001 |
Color Harmonies of #923DBF
Complementary color
Monochromatic Colors of #923DBF
Black with #923DBF
Text Example
Text Example
White with #923DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DBF; }
p { color: rgb(146,61,191); }
H1.HeaderClassName
{
color: #923DBF;
}
.AnyTagClassName
{
color: #923DBF;
}
</style>
background-color css
<style>
a { background-color: #923DBF; }
a { background-color: rgb(146,61,191); }
div.DivClassName
{
background-color: #923DBF;
}
.BgClassName
{
background-color: #923DBF;
}
</style>
border-color css
<style>
span { border-color: #923DBF; }
span { border-color: rgb(146,61,191); }
td.TdClassName
{
border-color: #923DBF;
}
.TagClassName
{
border-color: #923DBF;
}
</style>