Shades of Dark Orchid #923BCF
Tints of Dark Orchid #923BCF
RGB
CMYK
RGB Variations
Color information
#923BCF (or 0x923BCF) is known color: Dark Orchid. HEX triplet: 92, 3B and CF. RGB value is (146,59,207). Sum of RGB (Red+Green+Blue) = 146+59+207=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #923BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923BCF is #6DC430. Grayscale: #656565. Windows color (decimal): -7193649 or 13581202. OLE color: 13581202.
HSL color Cylindrical-coordinate representation of color #923BCF: hue angle of 275.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #923BCF is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 59 | 207 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.19 |
| HSL | 275.27º | 0.61% | 0.52% | - |
| HSV(B) | 275.27º | 0.71% | 0.81% | - |
| XYZ | 24.68 | 13.74 | 60.38 | - |
| YUV | 101.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 207 | 0.29 | 0.71 | 0 | 0.19 | 275.27 | 0.61 | 0.52 |
| Hex | 92 | 3B | CF | 1D | 47 | 0 | 13 | 113 | 3D | 34 |
| Octal | 222 | 73 | 317 | 35 | 107 | 0 | 23 | 423 | 75 | 64 |
| Binary | 10010010 | 111011 | 11001111 | 11101 | 1000111 | 0 | 10011 | 100010011 | 111101 | 110100 |
Color Harmonies of #923BCF
Complementary color
Monochromatic Colors of #923BCF
Black with #923BCF
Text Example
Text Example
White with #923BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923BCF; }
p { color: rgb(146,59,207); }
H1.HeaderClassName
{
color: #923BCF;
}
.AnyTagClassName
{
color: #923BCF;
}
</style>
background-color css
<style>
a { background-color: #923BCF; }
a { background-color: rgb(146,59,207); }
div.DivClassName
{
background-color: #923BCF;
}
.BgClassName
{
background-color: #923BCF;
}
</style>
border-color css
<style>
span { border-color: #923BCF; }
span { border-color: rgb(146,59,207); }
td.TdClassName
{
border-color: #923BCF;
}
.TagClassName
{
border-color: #923BCF;
}
</style>