Shades of Dark Orchid #923DBD
Tints of Dark Orchid #923DBD
RGB
CMYK
RGB Variations
Color information
#923DBD (or 0x923DBD) is known color: Dark Orchid. HEX triplet: 92, 3D and BD. RGB value is (146,61,189). Sum of RGB (Red+Green+Blue) = 146+61+189=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #923DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DBD is #6DC242. Grayscale: #646464. Windows color (decimal): -7193155 or 12402066. OLE color: 12402066.
HSL color Cylindrical-coordinate representation of color #923DBD: hue angle of 279.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923DBD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 61 | 189 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.26 |
| HSL | 279.84º | 0.51% | 0.49% | - |
| HSV(B) | 279.84º | 0.68% | 0.74% | - |
| XYZ | 22.71 | 13.12 | 49.48 | - |
| YUV | 101.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 189 | 0.23 | 0.68 | 0 | 0.26 | 279.84 | 0.51 | 0.49 |
| Hex | 92 | 3D | BD | 17 | 44 | 0 | 1A | 118 | 33 | 31 |
| Octal | 222 | 75 | 275 | 27 | 104 | 0 | 32 | 430 | 63 | 61 |
| Binary | 10010010 | 111101 | 10111101 | 10111 | 1000100 | 0 | 11010 | 100011000 | 110011 | 110001 |
Color Harmonies of #923DBD
Complementary color
Monochromatic Colors of #923DBD
Black with #923DBD
Text Example
Text Example
White with #923DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DBD; }
p { color: rgb(146,61,189); }
H1.HeaderClassName
{
color: #923DBD;
}
.AnyTagClassName
{
color: #923DBD;
}
</style>
background-color css
<style>
a { background-color: #923DBD; }
a { background-color: rgb(146,61,189); }
div.DivClassName
{
background-color: #923DBD;
}
.BgClassName
{
background-color: #923DBD;
}
</style>
border-color css
<style>
span { border-color: #923DBD; }
span { border-color: rgb(146,61,189); }
td.TdClassName
{
border-color: #923DBD;
}
.TagClassName
{
border-color: #923DBD;
}
</style>