Shades of Dark Orchid #923DC4
Tints of Dark Orchid #923DC4
RGB
CMYK
RGB Variations
Color information
#923DC4 (or 0x923DC4) is known color: Dark Orchid. HEX triplet: 92, 3D and C4. RGB value is (146,61,196). Sum of RGB (Red+Green+Blue) = 146+61+196=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #923DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DC4 is #6DC23B. Grayscale: #656565. Windows color (decimal): -7193148 or 12860818. OLE color: 12860818.
HSL color Cylindrical-coordinate representation of color #923DC4: hue angle of 277.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923DC4 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 61 | 196 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.23 |
| HSL | 277.78º | 0.53% | 0.5% | - |
| HSV(B) | 277.78º | 0.69% | 0.77% | - |
| XYZ | 23.49 | 13.43 | 53.58 | - |
| YUV | 101.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 196 | 0.26 | 0.69 | 0 | 0.23 | 277.78 | 0.53 | 0.5 |
| Hex | 92 | 3D | C4 | 1A | 45 | 0 | 17 | 116 | 35 | 32 |
| Octal | 222 | 75 | 304 | 32 | 105 | 0 | 27 | 426 | 65 | 62 |
| Binary | 10010010 | 111101 | 11000100 | 11010 | 1000101 | 0 | 10111 | 100010110 | 110101 | 110010 |
Color Harmonies of #923DC4
Complementary color
Monochromatic Colors of #923DC4
Black with #923DC4
Text Example
Text Example
White with #923DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DC4; }
p { color: rgb(146,61,196); }
H1.HeaderClassName
{
color: #923DC4;
}
.AnyTagClassName
{
color: #923DC4;
}
</style>
background-color css
<style>
a { background-color: #923DC4; }
a { background-color: rgb(146,61,196); }
div.DivClassName
{
background-color: #923DC4;
}
.BgClassName
{
background-color: #923DC4;
}
</style>
border-color css
<style>
span { border-color: #923DC4; }
span { border-color: rgb(146,61,196); }
td.TdClassName
{
border-color: #923DC4;
}
.TagClassName
{
border-color: #923DC4;
}
</style>