Shades of Dark Orchid #923FCF
Tints of Dark Orchid #923FCF
RGB
CMYK
RGB Variations
Color information
#923FCF (or 0x923FCF) is known color: Dark Orchid. HEX triplet: 92, 3F and CF. RGB value is (146,63,207). Sum of RGB (Red+Green+Blue) = 146+63+207=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #923FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FCF is #6DC030. Grayscale: #676767. Windows color (decimal): -7192625 or 13582226. OLE color: 13582226.
HSL color Cylindrical-coordinate representation of color #923FCF: hue angle of 274.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923FCF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 63 | 207 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.19 |
| HSL | 274.58º | 0.6% | 0.53% | - |
| HSV(B) | 274.58º | 0.7% | 0.81% | - |
| XYZ | 24.89 | 14.17 | 60.45 | - |
| YUV | 104.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 207 | 0.29 | 0.70 | 0 | 0.19 | 274.58 | 0.6 | 0.53 |
| Hex | 92 | 3F | CF | 1D | 46 | 0 | 13 | 113 | 3C | 35 |
| Octal | 222 | 77 | 317 | 35 | 106 | 0 | 23 | 423 | 74 | 65 |
| Binary | 10010010 | 111111 | 11001111 | 11101 | 1000110 | 0 | 10011 | 100010011 | 111100 | 110101 |
Color Harmonies of #923FCF
Complementary color
Monochromatic Colors of #923FCF
Black with #923FCF
Text Example
Text Example
White with #923FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923FCF; }
p { color: rgb(146,63,207); }
H1.HeaderClassName
{
color: #923FCF;
}
.AnyTagClassName
{
color: #923FCF;
}
</style>
background-color css
<style>
a { background-color: #923FCF; }
a { background-color: rgb(146,63,207); }
div.DivClassName
{
background-color: #923FCF;
}
.BgClassName
{
background-color: #923FCF;
}
</style>
border-color css
<style>
span { border-color: #923FCF; }
span { border-color: rgb(146,63,207); }
td.TdClassName
{
border-color: #923FCF;
}
.TagClassName
{
border-color: #923FCF;
}
</style>