Shades of Dark Orchid #923DC6
Tints of Dark Orchid #923DC6
RGB
CMYK
RGB Variations
Color information
#923DC6 (or 0x923DC6) is known color: Dark Orchid. HEX triplet: 92, 3D and C6. RGB value is (146,61,198). Sum of RGB (Red+Green+Blue) = 146+61+198=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #923DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DC6 is #6DC239. Grayscale: #656565. Windows color (decimal): -7193146 or 12991890. OLE color: 12991890.
HSL color Cylindrical-coordinate representation of color #923DC6: hue angle of 277.23º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923DC6 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 61 | 198 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.22 |
| HSL | 277.23º | 0.55% | 0.51% | - |
| HSV(B) | 277.23º | 0.69% | 0.78% | - |
| XYZ | 23.72 | 13.53 | 54.79 | - |
| YUV | 102.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 198 | 0.26 | 0.69 | 0 | 0.22 | 277.23 | 0.55 | 0.51 |
| Hex | 92 | 3D | C6 | 1A | 45 | 0 | 16 | 115 | 37 | 33 |
| Octal | 222 | 75 | 306 | 32 | 105 | 0 | 26 | 425 | 67 | 63 |
| Binary | 10010010 | 111101 | 11000110 | 11010 | 1000101 | 0 | 10110 | 100010101 | 110111 | 110011 |
Color Harmonies of #923DC6
Complementary color
Monochromatic Colors of #923DC6
Black with #923DC6
Text Example
Text Example
White with #923DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DC6; }
p { color: rgb(146,61,198); }
H1.HeaderClassName
{
color: #923DC6;
}
.AnyTagClassName
{
color: #923DC6;
}
</style>
background-color css
<style>
a { background-color: #923DC6; }
a { background-color: rgb(146,61,198); }
div.DivClassName
{
background-color: #923DC6;
}
.BgClassName
{
background-color: #923DC6;
}
</style>
border-color css
<style>
span { border-color: #923DC6; }
span { border-color: rgb(146,61,198); }
td.TdClassName
{
border-color: #923DC6;
}
.TagClassName
{
border-color: #923DC6;
}
</style>